Skip to content

Development Guide

marlonkeating edited this page Sep 8, 2021 · 1 revision

Setting up development environment

Download code locally

Set Environment Variables

export S3_ASSET_HOST_URL=https://s3-us-west-2.amazonaws.com/
export S3_BUCKET_NAME=democracylab-blog
export S3_BUCKET_REGION=us-west-2
export S3_SECRET_ACCESS_KEY=<Contact marlonkeating>
export S3_ACCESS_KEY_ID=<Contact marlonkeating>

Running Server

Run in code folder:
npm run start

Clone this wiki locally