alltogethernow / web

Together web client
https://alltogethernow.io
MIT License
25 stars 2 forks source link

together

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.

Running locally in development mode

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)

Running locally in production mode

First, generate a production package:

Then, run the production package at port 8000:


Want to join in and get involved? Open some issues or submit PRs!