Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 328 Bytes

M-Cubed Front End

Front-end for M-Cubed app

Instalation And Setup

  1. Fork and Clone this repository
  2. Create a .env file with echo VITE_BASE_URL=<url for the backend>
  3. Install project dependencies with npm install
  4. Run the project with npm run dev