React.js 18
Node.js ^16.10
. Need to change your version?- Firebase (database, auth, hosting, and storage).
get credentials from spotify and firebase We are using "yarn" instead of "npm" in this project.
- Install yarn.
npm install -g yarn
- Install all node modules.
yarn install
- Make a copy of
.env.local.example
and rename it to.env.local
. - Boot up the server.
yarn start
- Go to the official Firebase website and set up a project.
- Enable Firebase Hosting by going into the hosting section under Build dropdown.
- Inside your repo run the following commands (one at a time):
npm install -g firebase-tools
firebase login
firebase init
yarn build
(remember to always build before deploying your code to production).firebase deploy
- If you run into trouble take a look at: https://www.geeksforgeeks.org/how-to-deploy-react-project-on-firebase/
Go to the milestones tab to track your progress, it is important that when you complete an issue you mark it as closed.