Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 481 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 481 Bytes

Baleada

A toolkit for building web apps.

Learn more

Baleada uses Vite for its documentation. Here's how you can run the docs locally:

Go to your locally downloaded Baleada docs folder:

cd docs

Install dependencies:

npm install

Start the dev server:

npm run dev

Or, you can generate a static build of the site, which will output to the dist folder:

npm run build