https://github.com/blockstarter/bs-snov
https://github.com/blockstarter/bs-snov
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockstarter/bs-snov
- Owner: blockstarter
- Created: 2017-09-18T15:19:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T14:03:17.000Z (over 8 years ago)
- Last Synced: 2025-03-14T12:16:06.743Z (about 1 year ago)
- Language: CSS
- Size: 348 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockstarter SNOV
### Setup
1. Please updase update node (the version should be higher than v1)
```
npm i n -g
n latest
```
2. Please check `sass -v` or install it http://sass-lang.com/install
3. Run
```sh
npm run setup
```
### If Blockstarter asks for update
```sh
npm run update
```
## Compile
```sh
npm run compile
```
## Run Server (Debug)
```sh
npm run start
```
## Run Server
```sh
#npm run forever
# --> http://localhost:8080
```
## Stop Server
```
npm run stop
```