Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benediktvaldez/disgraced
- Owner: benediktvaldez
- Created: 2016-07-05T20:18:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T22:34:52.000Z (over 8 years ago)
- Last Synced: 2024-10-16T09:41:48.085Z (3 months ago)
- Language: CSS
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
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
```