mirror of
https://github.com/Kugelschieber/breach.git
synced 2026-01-18 03:50:24 +00:00
Added testing framework and updated dependencies.
This commit is contained in:
14
README.md
14
README.md
@@ -2,15 +2,19 @@
|
||||
|
||||
A browser game inspired by Breach Protocol from Cyberpunk 2077.
|
||||
|
||||
## Run in development mode
|
||||
## 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
|
||||
|
||||
```
|
||||
// build for production
|
||||
npm run build
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user