Skip to content

rayjlim/notesee

Repository files navigation

Notesee

Node.js CI

Wiki like notes application using a React based front end and PHP backend with Redbean for ORM. Documents are written in markdown.

features search, back links, breadcrumb, & node graph

Development notes

To release a new version npx standard-version

Issues managed at Github

Setup

For Frontend, create /frontend/.env (use .env.example for reference) change example value for production value. Similar, for Backend, create '/backend/.env'.