Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benediktvaldez/disgraced

Website for the Icelandic adaption of the Pulitzer-winning play Disgraced
https://github.com/benediktvaldez/disgraced

Last synced: about 1 month ago
JSON representation

Website for the Icelandic adaption of the Pulitzer-winning play Disgraced

Awesome Lists containing this project

README

        

# Disgraced
[![Build Status](https://travis-ci.org/benediktvaldez/Disgraced.svg?branch=master)](https://travis-ci.org/benediktvaldez/Disgraced)

> Website for the Icelandic adaption of the Pulitzer-winning play Disgraced

## Build Setup

Run `npm run` for all available scripts. These are the most commonly used.

``` bash
# install dependencies
npm install

# build for prod and run locally at localhost:3000
npm start

# start dev environment (gulp server with watch etc)
npm run dev

# build for production with minification
npm run build

# run eslint on all scripts
npm run lint

# run unit tests
npm test
```