Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 643 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 643 Bytes

Graduates

The Graduates Portal for The Computer Science Department at The University of Pretoria.

codecov

Basic Scripts

These are essential scripts to get started:

yarn run start
yarn run start:client
yarn run start:api
yarn run start:db
yarn run prisma:studio
yarn run prisma:generate
yarn run prisma:migrate:dev
yarn run build
yarn run lint
yarn run test