Lightweight journaling app where you record highlights of your day. Available at chronicle.ink.
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.
Create a build
yarn build
Run the server
yarn start