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.
- Host: GitHub
- URL: https://github.com/codingitwrong/firehose-web
- Owner: CodingItWrong
- Archived: true
- Created: 2022-11-05T09:06:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-01T11:19:25.000Z (5 months ago)
- Last Synced: 2026-02-01T20:58:51.261Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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