Steps to Install
- Make sure you have Node.js and
npm
installed on your local machine. - Clone this repository onto your local machine using
git clone https://github.com/mayaraman19/corona-craft.git
cd
into the corona-craft directory and runnpm install
to install all dependencies mentioned inpackage.json
.- Also clone our web-scrape backend repository onto your local machine using
https://github.com/mayaraman19/corona-server.git
and follow the instructions in that repository's README to set it up. - Run
npm start
to start up the project. It will now be running onlocalhost:3000
. Play around!
Additionally: if you would like to look at our server code, run git clone https://github.com/MichelleGunawan/corona-craft-backend.git