Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
yarn installStart the development server on http://localhost:3000:
yarn devBuild the application for production:
yarn buildLocally preview production build:
yarn previewCheck out the deployment documentation for more information.
Production deployment for Fearless Site must source only from the protected
master branch. See docs/deployment.md for the release
branch contract and provider-side checks.
To fetch new release notes from GitHub run the following script
yarn notesand then commit the changes to the repo
git add .
git commit -m 'feat: upgrade release-notes'source code of the fetching script can be found here