Portfolio Website built in ReactJS.
- grab the repo
- run
nvm use 18or whatever node version manager you use - run
npm install - run
npm start
- setup a free firebase project
- install firebase tools in your console
npm install -g firebase-tools - run
firebase loginin your terminal - run
firebase init hostingin your project's root folder - follow the prompts and choose firebase hosting, no other tools
- make sure you set the folder to deploy as
build - say no to changing links for a single page app
- run
firebase deployto deploy to your account
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.