WIP Bookmarking application
You'll need any type of database supported by Prisma, i.e. Postgresql, Mysql, etc. I've chosen Planetscale for my implementation.
For OAuth support, you'll also need any one of the providers supported by NextAuth.js.
- Clone the repository
$ git clone git@github.com:ndom91/briefkasten.git && cd briefkasten
- Install dependencies
$ npm install
- Copy the
.env.example
file, and fill in your copy of the environment variables.
$ cp .env.example .env
$ vim .env
- Start the development server!
$ npm run dev
You can copy this link to your bookmarks bar, to add URLs to your instance!
This project is open to any and all contributions! Please stick to the ESLint / Prettier settings and I'll be happy to take a look at your issue / PR ๐
MIT