This is a web application that helps the OGSC's participants (players/students, their mentors, their parents, and the donors that support them) find information about the program and see its impact over time on players in the program.
For more a more indepth guide checkout our documentation here
- Next.js
- NodeJS 12.16.0
- Yarn 1.22.5
- Typescript
First install the dependencies
yarn install
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
The page auto-updates as you edit the file.
In the project directory you can run:
yarn
Installs all dependencies.
yarn dev
Runs the app in the development mode.
yarn db: seed
Generates seed data for use in the local environment.
yarn db:migrate up
Safely run all migrations and perform the database changes.
yarn db:migrate down
Safely reverts all database changes you made.
You will need to run yarn prisma introspect
and yarn prisma genereate
after running a migration