Skip to content
Eny edited this page May 16, 2021 · 3 revisions

Requirements

To install Flying Squid, you need:

Installing

Once you've installed NodeJS, download the Flying Squid source code from here. Then, unzip it into your server folder and open your terminal in that folder.

To install all the packages, run the following command.

npm install

To run the server, run this command:

node app.js
Clone this wiki locally