This is the download page for sweet. It can be found at sweet-org.github.io.
Look at the Nuxt 3 documentation to learn more about Nuxt and for more build options.
The deploy workflow can be found at .github/workflows/deploy.yml. Refer to the Nuxt documentation for more information about deploying to github pages.
Install the dependencies:
npm installStart the development server on http://localhost:3000:
npm run devThis is designed for static hosting (e.g. Github Pages). Use this command to build all required files for page
nuxi generateIt will generate the .output/public folder, containing everything that is required to host the page.
To preview the build locally, run
npx serve .output/public