Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 653 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 653 Bytes

DetroitJS Website

Build Status

Powered by Gatsby and Tachyons

Setup

Development

npm i or yarn install

Production

npm build or yarn build

Usage

Development

npm run develop

Production

npm build

Docker

The container will install all dependencies using Yarn and will expose the running application on port 8000.

Build Image

docker build -t detroitjs/detroitjs.com .

Run

docker run -d {host port}:8000 detroitjs/detroitjs.com