Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stream

A small personal micro-blogging site.

Supports Markdown, code syntax highlighting, MathJax, and pasting images from clipboard.

Running

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.

Prior Art

Heavily inspired by my friend Liam's project of the same name.

Releases

Packages

Contributors

Languages