ArtCodeStudio / test-center

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-center

Workspaces

We are using yarn 2 because we make use of the workspace feature of yarn 2 for this monorepo.

Clone

This repository has submodules, so you need to pulling the latest submodules, too:

git clone git@github.com:ArtCodeStudio/test-center.git
cd test-center
git submodule update --init --recursive

If you have already pulled the repository with his submodules, you can just run:

git pull --recurse-submodules

Prisma

The Prisma integration is based on this yarn berry example and the guide in the Nest.js documentation.

You can generate the prisma schema in the root of this project by running

yarn prisma generate
yarn prisma migrate dev --name init

About

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 82.4%Language:JavaScript 7.6%Language:Pug 6.5%Language:SCSS 3.5%