Getting started

Time to start setting up your editor.

Getting the server ready on a computer

Getting the project to run on your server is not an issue: Go to our repository (https://github.com/Poly-Development/PIE-Nodejs) and download the files:

The download zip option is the simplest way to do this

You can also use the following:

$ git clone https://github.com/Poly-Development/PIE-Nodejs.git

you should then extract the resulting .zip file into your desired repository then cd into the folder as so:

$ cd "/folder/folder/PIE-Nodejs-master"

You then should choose either option:

Yarn

$ yarn install && yarn start

Node Package Manager

$ npm install && npm start

Using repl.it

In order to run it on repl.it, go to https://repl.it, login (or signup if you do not have an account) and then go to https://repl.it/@FoxgloveDev/PIE-Nodejs

In the top left corner, there is the name of the project, "PIE Nodejs", click on the name and you should see the button outlined in red:

The fork button

When you click on this button, the project will be copied into your user account. After "forking" the project, you can just click run as everything has been set up for you.

The run button.

Last updated

Was this helpful?