Build From Source

  1. Clone this repository to your desired folder:

git clone git@stgit.dcs.gla.ac.uk:team-project-h/2023/sh21/sh21-main.git
  1. Install dependencies

yarn install

or

npm i
  1. Run the project

yarn dev

or

npm run dev

Last updated