/saplings

Saplings

Primary LanguageTypeScript

Livesign

A simplification of in-person signatures.

Getting Started

Set up .env file

Set up .env file based on src/env/schema.mjs

Set up Google authentication for NextAuth for your users and fill in GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET in your .env file.

Enable experimental Scheduled Functions in Netlify to support this cron job.

Install dependencies

npm install

Set up a local database

docker compose up -d

Push database schema to your local database

npx prisma db push

Create T3 App

This is an app bootstrapped according to the init.tips stack, also known as the T3-Stack.

TODO

  • Design sapling page
  • Design homepage
  • Support Dropbox login
  • Improve mobile navbar