uechi.io/README.md
2017-12-27 15:12:26 +09:00

322 B

uechi.io

Build Status

Build

docker-compose run web bundle install
docker-compose up --build

Test

npm install
npm test

Publish

git commit -m "New article"
git push