Skip to content

Automattic/matrix.to

 
 

Repository files navigation

Matrix.to for chat.a8c.com

Customised version of matrix.to for Automattic/chat.a8c.com.

Issuing a new release

You can trigger the creation of a new release by adding a new tag and pushing it. The version number should be the upstream version, with an extra "decimal", which represents our own internal sub-version. Find our latest version, increment by one, then create and push the tag:

git tag -a 1.2.3.4

# Enter a descriptive message for the tag.
# This message will be used as the release's description.

git push --tags

Running locally

  1. Install yarn
  2. yarn
  3. yarn start
  4. Go to http://localhost:5000 in your browser

About

Fork of matrix.to for chat.a8c.com

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 92.1%
  • CSS 7.2%
  • Other 0.7%