Skip to main content

Download

There are several steps that you need to do to download and use LemonScript.

  1. Make sure you have Node installed. Node is an open source development platform for executing JavaScript code server-side. If you don't have Node, you can download it from https://nodejs.org/en/. Then you can install it and follow the instructions.

  2. You will also need to install Git. Git is a free and open source version control system designed to handle projects with speed and efficiency. One thing that git can do is to download/clone GitHub repositories. If you don't have Git, you can download it from https://git-scm.com/downloads/. Then you can install it and follow the instructions.

  3. Clone LemonScript's GitHub repository. It can be found here. To clone it, you can run
    git clone https://github.com/PlebusSupremus1234/LemonScript.git
    in the terminal. This will create a folder called LemonScript with all its files inside.

  4. Now you need to change to the directory containing LemonScript's files. You can this with a simple command: cd LemonScript

  5. Once in the LemonScript directory, you will now need to install the dependencies that LemonScript needs. You can this with another simple command: npm install

Congratulations! You have now installed everything that LemonScript needs to function. In the next part of the guide, you will learn how to run LemonScript code.