Skip to content

The source code for the Nexirift Suggestions website.

Notifications You must be signed in to change notification settings

Nexirift/suggestions

Repository files navigation

Suggestions

This is the source code for the Nexirift Suggestions website.

This project was bootstrapped with Create T3 App.

Requirements

  • Node.js 16+
  • Bun
  • Docker or PostgreSQL
  • Authentik

Setup

  1. Clone this repository: git clone https://github.com/Nexirift/suggestions.git
  2. Install dependencies: bun install
  3. Copy the .env.example file to .env and fill in the values.
  4. Setup the database connection:
    • Docker: run ./start-database.sh to start the database.
    • Local: sorry i can't help, figure it out yourself.
  5. Setup Drizzle schema: bun run db:generate && bun run db:migrate.
  6. Run the app: bun dev.

About

The source code for the Nexirift Suggestions website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published