Fane Stelaru homepage
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.
To run this project, you will need to add the following environment variables to your .env file
FAUNADB_SERVER_SECRET
To build this project on CI, you will need to have the following environment variables
FUNCTIONS_SERVER_PORT
Then run
npm run generate