$ git clone https://github.com/HSLdevcom/jore-map-ui
$ cd jore-map-ui && yarn install
$ yarn start
Runs at http://localhost:3000/
:production
tag, when code is pushed tomaster
branch:develop
tag, when code is pushed todevelop
branch
(Note that the deployment from master
-branch works also without a new release, so this might be considered as an obsolete feature.)
git checkout master && git pull origin master
yarn run release
-(major
/minor
/patch
)- checkouts to a
Release-x.x.x
branch, creates a new tag, updates change log, pushes changes to remote
- checkouts to a
- make a pull request from
Release-x.x.x
branch ->master
branch
MIT © HSL