Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.48 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.48 KB

Agility

CircleCI codecov code style: prettier Dependency Status devDependencies Status License: MIT

Requirements

Although I specify particular versions below, recent versions should work.

  • go-chat: Currently there is no version so use master branch.
  • Node.js: 9.3.0
  • Yarn: 1.3.2

Installation

git clone https://github.com/shirasudon/agility.git
cd agility
yarn # installs dependencies

Development

Running development server

Run simply one command below! Thanks to create-react-app! Then it will open up http://localhost:3000 automatically.

yarn start

Testing

yarn test

Tests are automatically run as you modify the code!

Production

Generating production ready code

yarn build

Deploy

To be written...

Written by Hitoshi Otsuki with ❤️