.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
GITHUB_TOKEN
secret
Used to fetch GitHub releases
NUXT_LOCALE
Used to change the language locally
brew install flyctl && fly launch --from https://github.com/borisdayma/nuxtjs.org
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/borisdayma/nuxtjs.org
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/borisdayma/nuxtjs.org