Cofe is designed to be a simple and easy-to-use blog and memo taking app, originally forked from tinymind.
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