Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coffee-cup/chronicle
- Owner: coffee-cup
- Created: 2020-03-18T16:12:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T20:10:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T11:26:03.241Z (9 months ago)
- Language: TypeScript
- Homepage: https://chronicle.ink
- Size: 1.92 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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).
## 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
```