The Scribblings of a
Monkey!!! 📝🐒
VuePress Tutorial 3 - Set Up and Installation
•Posted: Jan 16, 2022 •Updated: Jan 22, 2022
First we'll be going over how to create a repository on GitHub. If you plan on using these tutorials as guides and want to...
Installing Yarn 1
•Posted: Dec 28, 2021 •Updated: Jan 16, 2022
Before discussing Yarn in more detail, let's first define what a package manager is and what it handles for us. A pacakage...
Installing Fast Node Manager (fnm)
•Posted: Dec 8, 2021 •Updated: Jan 22, 2022
Fast Node Manager (fnm) is a fast and simple Node version manager built in Rust. For those of you who haven't read...
Installing Node Version Manager (nvm)
•Posted: Dec 7, 2021 •Updated: Jan 22, 2022
A Node version manager allows you to easily install and switch between numerous versions of Node.js. This is useful...
VuePress Tutorial 2 - Why Use VuePress?
•Posted: Nov 24, 2021 •Updated: Feb 3, 2022
VuePress is a minimalistic static site generator (SSG) with a Vue-powered theming system and Plugin API. Originally...