Run commands
-
npm install
-
npm run dev
Run commands
-
npm install --global yarn
-
yarn install
-
yarn run dev
You need to setup a few keys for this project to be setup correctly otherwise you won't see any products or ... .
- [GOOGLE_ID]
- [GOOGLE_SECRET]
- NEXTAUTH_URL=http://localhost:3000
For that, you can create a .env.local file in your project as shown in docs
and in firebase.js you need add your firebaseConfig like this:
apiKey: '', authDomain: '', projectId: '', storageBucket: '', messagingSenderId: '', appId: ''