The together project is an IndieWeb environment for reading, discovering, and interacting with content. You might call it a reader.
Together is a React based application. To use it, you'll need a website that supports Micropub, IndieAuth and Microsub.
You'll need node
and npm
installed.
Once you have them, you can simply check out the repository and run npm install
, followed
by npm run start
. The server part runs on port 3001 by default
and a hot reloading frontend is available on port 3000 (ideal for frontend development)
First, generate a production package:
npm run build
Then, run the production package at port 8000:
/usr/bin/node server --port 8000
Want to join in and get involved? Open some issues or submit PRs!