Deployed sample demo here NOTES: demo has not been updated with mobile responsiveness and backend but current code is mobile responsive
Requirements:
- Node
- npm
- Backend server - GraphQL
- Firebase storage
Using the terminal
-
Clone the project
-
Install dependencies inside the project folder
npm install
-
Create
.env
file with this valueNEXT_PUBLIC_API_URL=<insert API for backend> NEXT_PUBLIC_FIREBASE_PUBLIC_API_KEY= NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN= NEXT_PUBLIC_FIREBASE_PROJECT_ID= NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
-
Run the app by
npm run dev