# psc.logos.co https://psc.logos.co/ ## How to Run Locally 1. Clone this repository ```bash $ git clone https://github.com/acid-info/psc.logos.co.git ``` 2. Install the dependencies: ```bash $ yarn install ``` 3. Start the development server: ```bash $ yarn dev ``` 4. Visit `http://localhost:3000` in your browser ## CI/CD - [CI builds](https://ci.infra.status.im/job/website/job/psc.logos.co/) `master` and pushes to `deploy-master` branch, which is hosted at . - [CI builds](https://ci.infra.status.im/job/website/job/dev-psc.logos.co/) `develop` and pushes to `deploy-develop` branch, which is hosted at . The hosting is done using [Caddy server with Git plugin for handling GitHub webhooks](https://github.com/status-im/infra-misc/blob/master/ansible/roles/caddy-git). Information about deployed build can be also found in `/build.json` available on the website.