mirror of
https://github.com/Kugelschieber/breach.git
synced 2026-01-18 03:50:24 +00:00
24 lines
296 B
Markdown
24 lines
296 B
Markdown
# Breach
|
|
|
|
A browser game inspired by Breach Protocol from Cyberpunk 2077.
|
|
|
|
## Building the project
|
|
|
|
```
|
|
// run once to install all dependencies
|
|
npm i
|
|
|
|
// run all tests
|
|
npm run test
|
|
|
|
// run the server for local development
|
|
npm run serve
|
|
|
|
// build for production
|
|
npm run build
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|