- A project to manage book suggestions with React, Next, Firebase and Google Books API.
- Uses Material UI for styles.
- Uses Vercel for deployments and environment variables.
https://books-bmehta.vercel.app/
- git clone the repo
- Run
npm i -g vercel
- Run
vercel env pull
. This will create a .env file on your local with variables that get exposed withprocess.env
. npm run build
npm run dev
- When a github push happens, it fires off a deployment process within Vercel, the app can be then accessed at the demo url above