Skip to content

Installation Guide

Cassitly edited this page Jan 22, 2025 · 2 revisions

Installation Tutorial

How to install this language? Well, let me walk you through it.

Recommended Setup
For our recommendation if you're just starting out to code and found your way to our coding language, we recommend you install VSCode to help you start your coding jounery. VSCode is a free coding software that has many features to help and guide your coding jounery.

We're currently working on releasing our own vscode extension for this very Language. So when that releases check on our Twitter for updates.

Installing Dependencies NextLanguauge is a programming language based on Javascript and C++, which tends to use Nodejs and NPM as a required dependent for the language to run. Installing these is essential.

How to install NextLanguage

Step 1: Download the latest version of NextLanguage from here

Step 2: Make sure you have NodeJS and NPM installed. If you just installed NodeJS, don't worry there is an option for you to install NPM along with NodeJS as NPM doesn't have an official download link.

Step 3: Once you have both the latest release of NextLanguage downloaded and NodeJS is now installed, extract the archive and open the NextLanguage folder.

You should see a folder named languauge-install, this is the folder you will have to drag on to your projects folder.

Step 4: Run npm run build to install and build your NextLanguage Project.

Step 5: Make sure package.config.val is configured properly. Refer to BUILD GUIDE for reference.


Once running npm run build it should automatically run the project, but if you want to start the project that has already been bulit just run npm start to start the project instead of rebuilding the entire project.

Clone this wiki locally