Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keller-mark/explosig-v4
https://github.com/keller-mark/explosig-v4
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/keller-mark/explosig-v4
- Owner: keller-mark
- Created: 2020-05-17T23:20:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:27:12.000Z (about 2 years ago)
- Last Synced: 2024-10-12T15:17:42.839Z (3 months ago)
- Language: JavaScript
- Size: 3.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# explosig
WIP: rewriting [ExploSig](https://github.com/lrgr/explosig)
### Development
Install dependencies with yarn ([v1](http://classic.yarnpkg.com)):
```sh
yarn
```Run development server:
```sh
yarn start
```Run tests:
```sh
yarn test
# or
yarn test --watch
```### Production
Build demo app for production:
```sh
yarn build
```### Docs
```sh
yarn docs
```