Files
MoodleGPT/CONTRIBUTE.md
T
2024-02-28 16:51:59 -05:00

318 B

CONTRIBUTE

This file is not completed yet and still under devlopement

Steps to work on the project

node: 18.13.0
npm: 8.19.2

1. Install dependencies

$ npm install

2. Setup Git hooks

$ git config --local core.hooksPath .githooks/

3. Build project

$ npm run build