master
psc.logos.co
How to Run Locally
- 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:3000in your browser
CI/CD
- CI builds
masterand pushes todeploy-masterbranch, which is hosted at https://psc.logos.co//. - CI builds
developand pushes todeploy-developbranch, 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.
Languages
TypeScript
99.4%
JavaScript
0.4%
CSS
0.1%