This is live coding meeting : Wednesday, March 10, 2021
For development, you will only need Node.js and NPM or Yarn, installed in your environement.
-
Just go on official Node.js website and download the installer. Also, be sure to have
git
available in your PATH,npm
might need it (You can find git here). -
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs $ sudo apt install npm
If the installation was successful, you should be able to run the following command.
$ node --version
v14.16.0
$ npm --version
6.14.11
$ git clone https://github.com/Tunisian-GitHub-Community/LiveCode-Express
$ cd LiveCode-Express
$ npm install
$ npm start