Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coffee-cup/chronicle

No-Nonsense Journaling
https://github.com/coffee-cup/chronicle

Last synced: about 2 months ago
JSON representation

No-Nonsense Journaling

Awesome Lists containing this project

README

        

# Chronicle

![CI](https://github.com/coffee-cup/chronicle/workflows/CI/badge.svg)

Lightweight journaling app where you record highlights of your day. Available at [chronicle.ink](https://chronicle.ink).

image

## Running Locally

This is a [Next.js](https://nextjs.org/) app.

Copy example env and provide real values

```bash
cp .env.example .env
vi .env
```

Run the development server with

```bash
yarn dev
```

Open [localhost:3000](http://localhost:3000) with your browser to see the result.

## Building for Production

Create a build

```bash
yarn build
```

Run the server

```bash
yarn start
```