- Go to the releases page and download the latest release.
- Make the installation script
install.shexecutable, run it (after checking it's safe) and follow the installation steps.chmod +x ./install.sh ./install.sh
- (Optional but recommended) Install the following plugins:
- CodePerfect (Required for showing code lines)
- Outline
- Better Code Blocks
-
(Fedora) If the emojis appear to not be rendering properly, you can try running this command to install missing dependencies:
sudo dnf group install -y input-methods -
npm Scripts
-
compile:postcss: Compiles SASS files into CSS once without watching for changes.npm run compile:postcss
-
watch:postcss: Watches SASS files for changes and automatically compiles them into CSS.npm run watch:postcss
-
