Spaces:
Sleeping
Sleeping
| # 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 | |