mirror of
https://github.com/Kugelschieber/breach.git
synced 2026-01-18 03:50:24 +00:00
Added Sass compiler and correct indenting.
This commit is contained in:
18
README.md
18
README.md
@@ -1,25 +1,19 @@
|
||||
# breach
|
||||
# Breach
|
||||
|
||||
## Project setup
|
||||
A browser game inspired by Breach Protocol from Cyberpunk 2077.
|
||||
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
## Run in development mode
|
||||
|
||||
```
|
||||
npm run serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
### Build for production
|
||||
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
## License
|
||||
|
||||
```
|
||||
npm run lint
|
||||
```
|
||||
MIT
|
||||
|
||||
Reference in New Issue
Block a user