Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 541 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 541 Bytes

Cofe

Cofe is designed to be a simple and easy-to-use blog and memo taking app, originally forked from tinymind.

screnshot

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:

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