mirror of
https://github.com/Kugelschieber/breach.git
synced 2026-01-18 03:50:24 +00:00
20 lines
191 B
Markdown
20 lines
191 B
Markdown
# Breach
|
|
|
|
A browser game inspired by Breach Protocol from Cyberpunk 2077.
|
|
|
|
## Run in development mode
|
|
|
|
```
|
|
npm run serve
|
|
```
|
|
|
|
### Build for production
|
|
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|