Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 468 Bytes

Developers.md

File metadata and controls

18 lines (11 loc) · 468 Bytes

How to run client dev server

  • run sample_app (that serves /highkick on 8000 port)
  • cd client && yarn run start

How to bake files into package

How to run deploy a new package version

git tag -a v1.7.0 -m "v1.7.0" git push --follow-tags origin

Migrations

migrate -path "./migrations/mysql" -database "mysql://root:root@tcp(127.0.0.1:3306)/highkick_dev" up