Collaborative, markdown-enabled chat in the browser, built with React.
Requires node (and npm).
To run, npm install and then node server.js and npm run dev (will combine express and react-router
in a single server soon). Currently only the dev server is configured; planning on setting up a production environment shortly.
classnamesexpress(api endpoints)remarkable(automatic markdown for comments)reactreact-routerreact-domjquery(to maybe be removed)react-bootstrapfor styling and layouthighlight.jsfor syntax highlighting
Detailed instructions for development environment will follow
- TravisCI or some other automatic testing for pull requests
- Migrating to single-server setup -- (just need to integrate express.js server)
cleanup / initial viable release.