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
- Host: GitHub
- URL: https://github.com/metrue/cofe
- Owner: metrue
- License: mit
- Created: 2024-12-28T22:28:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T03:22:11.000Z (4 days ago)
- Last Synced: 2025-10-06T05:40:37.875Z (4 days ago)
- Topics: blog, memo
- Language: TypeScript
- Homepage: https://blog.minghe.me
- Size: 250 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

### 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
```