Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 208 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 208 Bytes

How to run the project locally

  • Clone the website

  • npm install

  • cd server

  • npm install ( for server side dependencies)

  • npm start ( start the server )

  • npm run dev ( run the client side)