Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-abs/comic-playground
https://github.com/m-abs/comic-playground
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/m-abs/comic-playground
- Owner: m-abs
- License: bsd-3-clause
- Created: 2022-12-05T13:32:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T08:12:54.000Z (4 months ago)
- Last Synced: 2024-09-17T10:47:26.819Z (4 months ago)
- Language: TypeScript
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript helpers for flutter readium
## Getting started
Make sure to have NodeJs already installed.
### Install all dependencies
```bash
npm install
```### Start developing and serve your app
```bash
npm start
```### Build your application
```bash
npm run build
```### Run unit tests
```bash
npm run test
```### Run coverage
```bash
npm run coverage
```### Docker
Or simply run the example using docker:
```bash
docker-compose up
```