https://github.com/danielesteban/shooty
https://github.com/danielesteban/shooty
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielesteban/shooty
- Owner: danielesteban
- License: mit
- Created: 2022-06-20T17:38:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T02:09:44.000Z (about 4 years ago)
- Last Synced: 2025-02-28T11:56:48.767Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://shooty.gatunes.com
- Size: 2.64 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
shooty
==
[](https://shooty.gatunes.com/)
### Dev environment
```bash
# clone this repo
git clone https://github.com/danielesteban/shooty.git
cd shooty
# install dev dependencies
npm install
# start the dev environment:
npm start
# open http://localhost:8080/ in your browser
```