Kampouse / study-hack

learn togther on the go !
https://study-hack.vercel.app
4 stars 0 forks source link

Study & Hack

Find your ideal study partner and coworking space in your city .

Features

Tech Stack

Local Development

To run the project locally:

  1. Create a .env file with the following variables:
AUTH_SECRET=""
GITHUB_ID=""
GITHUB_SECRET=""
  1. Run the development server: \ using the local database
pnpm run dev:local
  1. Run with live data
pnpm run dev

Deployment

To deploy to production:

  1. Set the following environment variables:
PRIVATE_TURSO_DATABASE_URL=""
PRIVATE_TURSO_AUTH_TOKEN=""
  1. Build the project:
pnpm run build
# npx vercel current deployement strategy

Note: The current deployment strategy utilizes the Vercel adapter.