This is a Docker image that will allow you to run a Visual Studio Code instance in your browser, with node
, npm
, and the majority of the NodeSchool.io workshoppers pre-installed.
Built from the Code-Server project.
You must have Docker installed. The simplest way is to install either Docker Desktop or Rancher Desktop.
Clone this repo:
git clone https://github.com/nodeschoolyvr/nodeschool-code-server.git
cd nodeschool-code-server
Build and run:
docker build -t nodeschool-code-server
docker run -d -p 8080:8080 -v nodeschool:/home/coder nodeschool-code-server --auth none
It will take a few minutes to build!
Open localhost:8080
in your browser.
Open a new terminal (Terminal > New Terminal)
Run learnyounode
to get started! Or check out the list of workshops at NodeSchool.io. No need to install, just run the commands.
Now you can customize your editor however you see fit! Check out Personalize Visual Studio Code for more info.
- git-it
- elementary-electron
- webgl-workshop
- introtowebgl
- learnuv
- perfschool
- levelmeup
- learn-sass
- nodebot-workshop