A small personal micro-blogging site.
Supports Markdown, code syntax highlighting, MathJax, and pasting images from clipboard.
Install just, Gleam and Rails.
Then set up the environment variables. For the client:
cd client
mv .env.example .env
For the server, set up and configure a GitHub OAuth app, and set the environment variables accordingly.
cd server
mv .env.example .env
Then, from the root, run the client and the server.
just client
just server
The dev server will be running at http://localhost:1234.
Heavily inspired by my friend Liam's project of the same name.
