Files
breach/README.md

296 B

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