Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.23 KB

README.md

File metadata and controls

53 lines (40 loc) · 2.23 KB

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:

  • 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!