Added Sass compiler and correct indenting.

This commit is contained in:
2020-12-14 23:11:31 +01:00
parent 05b4a26ac4
commit dade39f81e
9 changed files with 950 additions and 88 deletions

View File

@@ -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