Files
breach/README.md

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