Skip to content
/ hub Public

NUHOC's current gear locker and membership management site.

Notifications You must be signed in to change notification settings

nuhoc/hub

Repository files navigation

The NUHOC Hub

This is a T3 Stack project bootstrapped with create-t3-app. It is very much still in development.

Documentation links:

Learn More

To learn more about the T3 Stack, take a look at the following resources:

You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!

How do run this?

We have docker setup (frontend broken at the moment)! So you can run the following commands:

docker-compose up --build -d

If you just want to run the frontend you can run:

npm run dev

If you just want to run the database or frontend you can run:

docker-compose up -d <database|frontend>

To migrate the Prisma schema changes to database, you can run:

npx prisma migrate dev --name <message>

To sync the Prisma schema changes to the database, you can run:

npx prisma migrate

To start Prisma Studio (GUI tool for database), you can run:

npx prisma studio

About

NUHOC's current gear locker and membership management site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages