A site built in Nuxt for fun!
npm install --force # The "force" is needed because Nuxt 2 is not compatible with current tooling
npm run dev
npm run build
npm run start
These instructions are only for this fork of the repo
All new commits to develop
will automatically deploy to the testing URL.
New production releases can be deployed by creating a new semver tag. One way to do this is through the GitHub Releases tab, but a locally created and pushed semver tag will work too. Once the tag is created, GCP will notice the change and deploy the new version to the production URL.
The default README from the project generation script can be found here.