Skip to content
/ docs Public

Documentation for Baleada, a toolkit for building web apps.

Notifications You must be signed in to change notification settings

baleada/docs

Repository files navigation

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