Skip to content

Latest commit

 

History

History

README.md

Getting Started

Frontend - Installation

  1. Install NodeJs and npm if not already
  2. cd frontend
  3. npm install
  4. To run: npm run dev

Open http://localhost:3000 with your browser to see the result.

Backend - Installation