Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 340 Bytes

TTRPG Scheduler

Getting Started

  • Install yarn (npm i yarn -g)
  • Install PostgreSQL (https://www.postgresql.org/download/)
  • Install NestJS globally yarn global add @nestjs/cli
  • Run yarn install
  • Run yarn db:init (only run once)
  • Run yarn db:up (run any time a new migration or model change is made)
  • Run yarn start!