File size: 1,804 Bytes
5147be7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Scloudjs GUI edition
## EN descriptioin
This is basically [ScloudJS](https://github.com/Frezledz/newscloudjs) but with Graphical user interface which means you can use ScloudJS without coding something. However, some features are resticted, so if you need more features, I recommend to use CUI edition.
## requirements
Node.js  
Needs to be able to use localhost Port number 3000 and 3001 on your computer
## How to use
1. Download files
```
git clone https://github.com/Frezledz/newscloudjs.git
```
or download zip
2. Create bat file somewhere you like(like desktop)
```
cd <scloudjs folder path>
npm start
```
3. Run these commands in terminal
```
cd <scloudjs folder path>
npm i
```

4. Run bat file and follow instruction tha command prompt is shown.  
You don't need to do instruction 1-3 After the second time to run Scloudjs.

## JA description
[ScloudJS](https://github.com/Frezledz/newscloudjs)をブラウザ上で使用できるアプリケーションです。ただ、幾つかの機能を使うことができないため、それらの機能が必要な方はCUI版を使用することをお勧めします。
## 前提
Node.js  
localhostのポート番号 3000 と 3001が使用可能な状態であること
## 使い方
1. ファイルをダウンロード
```
git clone https://github.com/Frezledz/newscloudjs.git
```
or download zip  
2. batファイルをデスクトップなど好きなところに作成する
```
cd <scloudjs folder path>
npm start
```
3. これらのコマンドをターミナル上で実行する
```
cd <scloudjs folder path>
npm i
```

4. Batファイルを実行し、コマンドプロンプトに表示された指示に従う  
二回目以降は1-3の手順を踏む必要はありません。

## Credits
libraries:express,ws  
rest by me I guess