Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 301 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 301 Bytes

Frontend

  1. Make sure you have installed npm globally. It comes with node.js.
  2. Open the terminal and go to the project directory
  cd frontend
  1. Install dependencies
  npm i
  1. Start the server
  npm run dev
  1. The project should now be running locally!