1
stars
0
forks
source link
emblems_client
How to deploy
- Clone the repo into your local machine if you haven't already
- Open a terminal or shell through your IDE or outside of it, and make sure you cd your way to the root directory of this repo
- Install all dependencies by running:
npm install
- After all dependencies are installed, run:
npm start