try the betaA URL shortener that enables easy personalization of link previews
git clone https://github.com/shwilliam/kindred-notes-web
npm i
- Create a new database
- Initialize DB with Prisma CLI (
npx prisma migrate up --experimental
) - Copy
/prisma/.env.example
to/prisma/.env.local
and enter your DB URL
Note: Prisma supports PostgreSQL, MySQL and SQLite DBs so choose your favorite!
TODO
TODO
TODO
- Copy
.env.example
to a new file named.env.local
- Replace the placeholder values in
.env.local
with your Cloudinary URL, Magic.link and Stripe details