Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjolowicz/muckr-web
Web app for muckr
https://github.com/cjolowicz/muckr-web
Last synced: 12 days ago
JSON representation
Web app for muckr
- Host: GitHub
- URL: https://github.com/cjolowicz/muckr-web
- Owner: cjolowicz
- License: mit
- Created: 2018-12-26T11:27:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:11:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T15:32:10.424Z (2 months ago)
- Language: JavaScript
- Homepage: https://muckr-web.herokuapp.com
- Size: 3.72 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://img.shields.io/travis/cjolowicz/muckr-web.svg?style=flat-square)](https://travis-ci.org/cjolowicz/muckr-web)
[![Coverage Status](https://img.shields.io/coveralls/cjolowicz/muckr-web.svg?style=flat-square)](https://coveralls.io/github/cjolowicz/muckr-web?branch=master)
[![Dependencies](https://img.shields.io/david/cjolowicz/muckr-web.svg?style=flat-square)](https://david-dm.org/cjolowicz/muckr-web)
[![Dev Dependencies](https://img.shields.io/david/dev/cjolowicz/muckr-web.svg?style=flat-square)](https://david-dm.org/cjolowicz/muckr-web?type=dev)
[![Code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Code style: airbnb](https://img.shields.io/badge/code%20style-airbnb-brightgreen.svg?style=flat-square)](https://github.com/airbnb/javascript)
[![Greenkeeper](https://badges.greenkeeper.io/cjolowicz/muckr-web.svg?style=flat-square)](https://greenkeeper.io/)# muckr-web
Web app for muckrThis project has a [changelog](CHANGELOG.md).
## Live
- [Production](http://muckr-web.herokuapp.com)
- [Staging](http://muckr-web-staging.herokuapp.com)## Script API
| Script | Description |
| --- | --- |
| `yarn build` | Build the package |
| `yarn build:babel` | Build the package (server only) |
| `yarn build:webpack` | Build the package (client only) |
| `yarn start` | Start the server |
| `yarn start:dev` | Start the server (for development) |
| `yarn format` | Re-format the source code |
| `yarn test` | Invoke the test suite |
| `yarn test:lint` | Invoke the test suite (lint only) |
| `yarn test:flow` | Invoke the test suite (type-check only) |
| `yarn test:unit` | Invoke the test suite (unit-tests only) |