exKAZUu-Research / trace-dojo

An educational web app for training program tracing skills.
https://trace-dojo-staging.fly.dev/
Apache License 2.0
0 stars 0 forks source link

trace-dojo

Test Deploy staging

An educational web app for training program tracing skills.

Releases

Getting Started

Installation

  1. Clone the repo

    git clone git@github.com:exKAZUu-Research/trace-dojo.git
  2. Install dependencies

    yarn install
  3. Reset local database by applying migration files and adding initial records

    yarn db-reset

Start Development

  1. Start Next server

    yarn start

Change Database Schema

  1. Change prisma/schema.prisma

  2. Create migration files on the basis of prisma/schema.prisma

    yarn db-migrate-create