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

https://github.com/codingitwrong/firehose-web

Client for the Firehose link-saving app.
https://github.com/codingitwrong/firehose-web

Last synced: 3 months ago
JSON representation

Client for the Firehose link-saving app.

Awesome Lists containing this project

README

          

# firehose-web

Client for the [Firehose link-saving app](https://github.com/CodingItWrong/firehose-api). Implemented with React.

## Requirements

- [Yarn](https://yarnpkg.com/en/docs/install)

## Installation

```bash
$ yarn install
```

## Running

```bash
$ yarn start
```

## Testing

### Linting

```bash
$ yarn lint
```

### End-to-End Tests

- Run full suite: `yarn cypress:run`
- Interactive runner: `yarn cypress`

## Release

```bash
$ yarn deploy
```

Deploys to configured Netlify site.

## Acknowledgements

[Firehose icon](https://thenounproject.com/icon/fire-hose-14726/) by Alv Jørgen Bovolden

## License

MIT