An aggregation of interesting sites and random content hosted on kostyapro.com
My primary programming environment is a Windows computer with Windows Subsystem for Linux. I use Visual Studio Code with the Remote - WSL plugin.
Follow this link to get sorted with having Node.js installed on Ubuntu/WSL.
With Node.js installed, you can then run the following commands in the root of the project directory to set everything up.
npm install -d
npm update --save
Follow this guide to install Jekyll on Ubuntu/WSL. Then run the following commands to set up the Jekyll side of this project.
bundle install
bundle update
Then simply npm start
and it should be serving the actual site on a default port.
https://pages.github.com/versions/