Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrmartineau/xkcd-app
https://github.com/mrmartineau/xkcd-app
zeit
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrmartineau/xkcd-app
- Owner: mrmartineau
- License: mit
- Created: 2017-10-23T21:21:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T02:29:45.000Z (about 5 years ago)
- Last Synced: 2024-11-08T05:03:47.873Z (2 months ago)
- Topics: zeit
- Language: JavaScript
- Homepage: https://xkcd-app.now.sh
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
XKCD app[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-yellow.svg?style=flat-square)](https://standardjs.com)
![](https://img.shields.io/badge/javascript-ES6-ffb400.svg?style=flat-square)
![](https://img.shields.io/badge/licence-MIT-blue.svg?style=flat-square)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)Maintained by [Zander Martineau](https://github.com/mrmartineau)
## Tasks
* `npm run dev` / `yarn dev` for local development
* `npm run build` / `yarn build` to build the app for deployment
* `npm start` / `yarn start` to run the app in production environment
* `npm test` / `yarn test` to test everything
* `npm run test:watch` / `yarn test:watch` to watch files for changes and rerun tests related to changed files
* `npm run storybook:run` / `yarn storybook:run` to run storybook locally
* `npm run storybook:build` / `yarn storybook:build` to compile storybook for static deployment[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/mrmartineau/xkcd-app)
## Licence
[MIT](LICENCE)