# 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.
- Log in or set up an account at https://firebase.google.com/.
- "Create a Project" through the console.
- Go to "Project Settings" and select "Web" under "Your apps".
- Name and create a new web app
- Copy the config details provided for your firebase app and paste them in
/plugins/firebase.js
- In the Firebase console, turn on "Authentication" (select "Email/Password"), Firestore, and Storage.
- Build command:
yarn generate
- Publish directory:
dist
(These are defined in netlify.toml
)