"is there anyone coworking this week?"
"does anyone know a good place to study?"
Your answer might be a long silence like mine...
I want to make it easier to find a place to study and cowork with others.!
is a combination of "Just" and "chat" and "R&D" is "Research & Development".
- Built with
Qwik
drizzle
qwik-ui
modular-form-qwik
- Deployed on
Vercel
To run the project locally:
- Create a
.env
file with the following variables:
AUTH_SECRET=""
GITHUB_ID=""
GITHUB_SECRET=""
GOOGLE_GEO=""
- Run the development server:
using the local database
pnpm run dev
- Run with live data
pnpm run dev
To deploy to production:
- Set the following environment variables:
PRIVATE_TURSO_DATABASE_URL=""
PRIVATE_TURSO_AUTH_TOKEN=""
- Build the project:
pnpm run build
# npx vercel current deployement strategy
Note: The current deployment strategy utilizes the Vercel adapter.