ChocoPowwwa cb063d29f5 Update 2000-01-05-install.md
Problems:
- There's no vscodium package on aur repository
- Running yay with root caused a warning, i believe that's not how you supposed to do it
references:
https://wiki.archlinux.org/index.php/Makepkg#Usage
a5fc961b3f/README.org (run-as-root-build-as-a-user)
2020-05-25 15:35:04 +00:00
2019-05-01 13:45:36 -07:00
2020-05-25 15:35:04 +00:00
2019-05-01 12:42:19 -07:00
2019-05-01 12:42:19 -07:00
2019-11-26 16:20:16 +01:00
2019-03-30 20:32:27 +01:00
2019-03-30 20:32:27 +01:00
2019-03-30 20:32:27 +01:00

Source code of vscodium.com

This repository contains the source code of the www.vscodium.com website.

Build process

The website uses Jekyll, a static website engine that compiles the jekyll template into a static html website.

How to download and test the website in localhost

Clone the repo

git clone https://github.com/VSCodium/vscodium.github.io

cd vscodium.github.io

Install jekyll and launch the development server

Install jekyll from the official website

Or use the package manager of your GNU/Linux distribution (i.e. sudo apt install jekyll)

and run the following command inside the site source to start a temporary server

jekyll serve

then open a browser and go to

http://localhost:4000

Build and deploy the static code

Run the following command inside the jekyll source

jekyll build

and move the content of the _site folder in your webserver root to deploy the website

Description
No description provided
Readme 1.9 MiB
Languages
CSS 88.7%
HTML 10.9%
JavaScript 0.4%