Developer documentation · Getting started
ORIENT YOURSELF BEFORE YOU CHANGE THE SYSTEM.
A safe starting sequence for exploring Glyphic's current codebase. Exact commands and environment requirements remain authoritative in the repository documentation.
Step one
READ THE PROJECT'S CURRENT SETUP AND VERIFY YOUR ENVIRONMENT.
Do not rely on a marketing page for install commands that can drift. Follow the checked-in documentation, run the existing verification scripts, and confirm the app before editing.
- Use the documented runtime versions
- Keep secrets out of source control
- Run the existing checks before and after a change
Step two
TRACE THE DATA BOUNDARY FOR THE WORKFLOW YOU ARE CHANGING.
Understand which state is local, synchronized, or public. Then make the smallest coherent change and document any limitation that remains.
KEEP YOUR SOURCES CLOSE AND YOUR IDEAS MOVING.
Glyphic is being built in the open. Begin with the current product, follow the work, and help make the system more useful.