Skip to content
/ kyoumi Public

🐙 興味 - explore your curiosity, share interests, discuss topics anonymously

Notifications You must be signed in to change notification settings

jwyce/kyoumi

Repository files navigation

Kyoumi

興味 means - interest/curiousity/zest (for something). The idea is to create a way to share and organize topics for discussion completely anonymously.

Tech Stack

If you are not familiar with the different technologies used in this project, please refer to the respective docs.

Contributing

Prerequisites

Ensure you have node and pnpm installed before proceeding. The following instructions assume you are on Linux, macOS, or WSL.

Run Development Server

  1. Clone the repository: git clone https://github.com/jwyce/kyoumi
  2. Navigate to the project directory: cd kyoumi
  3. Install dependencies: pnpm i
  4. Copy the .env.example file to .env and fill in the required environment variables (follow the instructions under the deployment section for setting up SAAS providers and getting secrets)
  5. Migrate the database (for the first time): pnpm db:migrate
  6. Run the web app: pnpm dev
  7. Click on the URL in the terminal output (defaults to http://localhost:3000/)

How do I deploy this?

You can deploy this project to Vercel using the following steps:

  1. Fork this repo and select the project in Vercel.
  2. Create a new database with the Turso CLI and copy the TURSO_CONNECTION_URL and TURSO_AUTH_TOKEN and add them to the environment variables in Vercel.
  3. Deploy a meilisearch instance to railway following this guide and copy the MEILI_HOST and MEILI_MASTER_KEY and add the environment variables in Vercel
  4. Create a new app in uploadthing and copy the UPLOADTHING_TOKEN and add to environment variables in Vercel
  5. Create a new redis database in upstash and add the UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN to the environment variables in Vercel
  6. Finally create and add a strong PASSWORD environment variable to Vercel (this will be how users will access the app for the first time)
  7. Deploy the project and you are good to go!

About

🐙 興味 - explore your curiosity, share interests, discuss topics anonymously

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published