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

https://github.com/metrue/cofe

A blog writing and memo talking app powered by GitHub
https://github.com/metrue/cofe

blog memo

Last synced: about 20 hours ago
JSON representation

A blog writing and memo talking app powered by GitHub

Awesome Lists containing this project

README

          

## Cofe

Cofe is designed to be a simple and easy-to-use blog and memo taking app, originally forked from [tinymind](https://github.com/mazzzystar/tinymind).

![screnshot](https://github.com/metrue/cofe/blob/main/data/assets/images/Cofe-app.png?raw=true)

### HOW TO RUN

Register a new OAuth App on Github, and get the `GITHUB_ID` and `GITHUB_SECRET`,
then run the following command to start the blog:

```bash
GITHUB_USERNAME='metrue' GITHUB_ID='GITHUB_ID' GITHUB_SECRET='GITHUB_SECRET' NEXTAUTH_SECRET='NEXTAUTH_SECRET' npm run de
```