chronicle icon indicating copy to clipboard operation
chronicle copied to clipboard

No-Nonsense Journaling

Chronicle

CI

Lightweight journaling app where you record highlights of your day. Available at chronicle.ink.

image

Running Locally

This is a Next.js app.

Copy example env and provide real values

cp .env.example .env
vi .env

Run the development server with

yarn dev

Open localhost:3000 with your browser to see the result.

Building for Production

Create a build

yarn build

Run the server

yarn start