Skip to content

Latest commit

 

History

History
88 lines (60 loc) · 1.62 KB

File metadata and controls

88 lines (60 loc) · 1.62 KB

MirrorConf

Landing page for MirrorConf

Table of Contents

Setup

Prerequisites:

  • Node 6.9.1
  • Yarn

First, clone & setup the repository:

git clone git@github.com:subvisual/2017.mirrorconf.com.git
cd 2017.mirrorconf.com
yarn

Development

To start your development environment run:

npm run develop

Deployment

Semaphore handles all deploys (automatically to staging, manually to production).

As a fallback, you can deploy manually. First, get the .env variables from the dev team:

# .env
AWS_ACCESS_SECRET="XXX"
AWS_ACCESS_KEY="XXX"

Then, deploy:

# To staging
bin/deploy

# To production
bin/deploy production

Contribution Guidelines

Contributions must follow Subvisual's guides.

Resources

About

ProjectName is maintained by Subvisual.

Subvisual

If you need to contact the maintainer use this trello board, or reach out to us if you don't have access.