https://github.com/keller-mark/explosig-v4
https://github.com/keller-mark/explosig-v4
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keller-mark/explosig-v4
- Owner: keller-mark
- Created: 2020-05-17T23:20:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:27:12.000Z (over 2 years ago)
- Last Synced: 2025-02-10T03:42:14.000Z (4 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
```