A toolkit for building web apps.
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