Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keller-mark/explosig-v4


https://github.com/keller-mark/explosig-v4

Last synced: about 1 month ago
JSON representation

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
```