Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 295 Bytes

File metadata and controls

27 lines (18 loc) · 295 Bytes

ICHACK25

Set up

Make sure conda is installed

To install all dependancies type the command:

conda env create -f env.yaml

Then to activate your environment type the following:

conda activate coe

make sure node (and npm) is installed

npm i
npm run dev