- Clone this repository
$ git clone https://github.com/acid-info/psc.logos.co.git
- Install the dependencies:
$ yarn install
- Start the development server:
$ yarn dev
- Visit
http://localhost:3000
in your browser
- CI builds
master
and pushes todeploy-master
branch, which is hosted at https://psc.logos.co//. - CI builds
develop
and pushes todeploy-develop
branch, which is hosted at https://dev-psc.logos.co//.
The hosting is done using Caddy server with Git plugin for handling GitHub webhooks.
Information about deployed build can be also found in /build.json
available on the website.