Skip to content

Modern, web-based document editor and document storage.

License

Notifications You must be signed in to change notification settings

Kalissaac/chickenscratch

Repository files navigation

Parchment

A web-based document editor and document storage. Blazing fast and highly extensible. https://chickenscratch.now.sh

Running yourself

  1. Vercel account (or anywhere else you can deploy Next.JS applications)
  2. MongoDB database
  3. Magic SDK publishable and secret key (for authentication)
  4. Cryptographically random string encoded in base64 for the JWT secret

Once you've got all that, click the "Deploy to Vercel" button below:

Deploy with Vercel

Or, for other platforms or in development, here's what your environment variables should look like:

.env
--------------------------
MONGODB_URI=
MONGODB_DB=data
NEXT_PUBLIC_MAGIC_PUBLISHABLE_KEY=
MAGIC_SECRET_KEY=
NEXT_PUBLIC_SERVER_URL=<Your full server URL> or http://localhost:3000
JWT_SECRET=