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 docsInstall dependencies:
npm installStart the dev server:
npm run devOr, you can generate a static build of the site, which will output to the dist folder:
npm run build