Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 551 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 551 Bytes

Voir & Entendre

Getting start - dev

# First tab
$ npm i
$ npm start

# second tab, manual restart required
$ sbt run

Goto prod

Create another local environment to avoid conflict. The first time, please check how to setup git with clever-cloud.

See https://www.clever-cloud.com/doc/clever-cloud-overview/add-application/

Build

$ npm i
$ npm run build
# Change build.sbt to update version
$ git add *
$ git commit -m "v<version>"
$ git push

Send to Clever Cloud

$ git push clever v2017:master