mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Create README.md
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
#### How to install?
|
||||
|
||||
1. Open terminal / cmd in the folder.
|
||||
2. Run:
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
#### How to run once?
|
||||
|
||||
1. Open terminal / cmd in the folder.
|
||||
2. Run:
|
||||
```
|
||||
gulp
|
||||
```
|
||||
|
||||
#### How to watch file?
|
||||
|
||||
1. Open terminal / cmd in the folder.
|
||||
2. Run:
|
||||
```
|
||||
gulp watch
|
||||
```
|
||||
Reference in New Issue
Block a user