/
Developing Locally

Developing Locally

Prerequisites

Setting up

Clone the cselectives-v2 repository

git clone https://github.com/csesoc/cselectives-v2.git

Frontend

Instructions will be subject to change

 

Navigate to the frontend repository

cd frontend-v2

Install packages via npm

npm install

Spin up a local instance of the server

npm run dev

Backend

Follow the instructions in the https://github.com/csesoc/cselectives-v2/blob/develop/backend/README.md file in the backend repository.

Workflow

Please read through Project Workflow to familiarise yourself with our workflow

Related content