Skip to content

oskarszura/trips

Repository files navigation

Build Status

Trips

[Documentation] [Tasks board] [TravisCI] [Stage ENV]

Development flow

Setup project

  • $ make install - installs all required dependencies (for now only npm + elm)

Development project

  • $ make - builds server and client side binaries

Create project release

  • $ make version V=v0.0.0 - create changelog with all the changes from the latest version till the latest commit. Creates commit with version and tags it.
  • Don't forget to push automatically generated build to the remote repository