Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 925 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 925 Bytes

board

Collaborative, markdown-enabled chat in the browser, built with React.

Getting Started

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.

Dependencies

  • classnames
  • express (api endpoints)
  • remarkable (automatic markdown for comments)
  • react
  • react-router
  • react-dom
  • jquery (to maybe be removed)
  • react-bootstrap for styling and layout
  • highlight.js for syntax highlighting

Detailed instructions for development environment will follow

To-Do

###Near Future:

  • TravisCI or some other automatic testing for pull requests
  • Migrating to single-server setup -- (just need to integrate express.js server)

###Roadmap:

cleanup / initial viable release.