Getting Started
Quick path to running Demarkus locally and publishing this site with GitHub Pages.
1. Build binaries
make client
make server
2. Run a local server
./server/bin/demarkus-server -root ./content -port 6309
3. Fetch a document
./client/bin/demarkus mark://localhost:6309/index.md
4. Deploy this website
- Open repository Settings -> Pages.
- Set Source to GitHub Actions.
- Push to the
pagesbranch. - Wait for the
Deploy Pagesworkflow to finish.