Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 208 Bytes

README.md

File metadata and controls

8 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)