π Website | App Store | Play Store
Anonymous love letters π written in disappearing ink.
The application is built on a modified version of the T3 Turbo stack (to include Supabase).
The native apps are built on capacitor which can be found in the apps/capacitor
directory.
.vscode
ββ Recommended extensions and settings for VSCode users
apps
ββ expo
| ββ In Progress
ββ capacitor
| ββ iOS & Android apps
ββ next.js
ββ Web client and server
packages
ββ api
| ββ tRPC router definitions
ββ db
| ββ Drizzle database setup and Supabase clients
ββ ui
ββ UI package for the webapp using shadcn-ui
Since some folks have asked, I'll be open sourcing the modified template this app is based off soon. Follow my account for updates.
# Rename .env.example to .env and update variables
mv .env.example .env
# Installing dependencies
pnpm install
# To start the database
pnpm db:start
# To start the app
pnpm dev:nextjs
# To run native apps (make sure web server is running with the command above)
pnpm dev:ios
pnpm dev:android
You'll be able to view the website at http://localhost:3000
This project uses the following libraries and services: