Deploy your site
Nacara is a static site generator, meaning that your website is only static HTML, JavaScript and CSS files.
Build your site
You can build your side for production by running:
npx nacara buildThe static files generated are located in the build folder.
Deploy your site
You can test your production website locally by running:
npx nacara serveYou can now deploy the docs folder almost anywhere.
For example, on Github you can choose to push the docs and serve your website using Github pages.