uechi.io/README.md
2019-06-20 16:11:06 +09:00

306 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