Steps to Install
- Make sure you have Node.js and
npminstalled on your local machine. - Clone this repository onto your local machine using
git clone https://github.com/mayaraman19/corona-craft.git cdinto the corona-craft directory and runnpm installto install all dependencies mentioned inpackage.json.- Also clone our web-scrape backend repository onto your local machine using
https://github.com/mayaraman19/corona-server.gitand follow the instructions in that repository's README to set it up. - Run
npm startto 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