uechi.io/README.md
2018-07-19 20:58:39 +09:00

314 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