All Projects → VSCodium → vscodium.github.io

VSCodium / vscodium.github.io

Licence: MIT License
a landing page for info about vscodium

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscodium.github.io

Vscodium
binary releases of VS Code without MS branding/telemetry/licensing
Stars: ✭ 14,639 (+33170.45%)
Mutual labels:  vscode, floss
vscode-azureappservice
Azure App Service extension for VS Code
Stars: ✭ 79 (+79.55%)
Mutual labels:  vscode
Sheasy
This an Android App that helps you share/manage your files on your Android Device through a WebInterface in the Browser - Built with Ktor and Kotlin-React
Stars: ✭ 34 (-22.73%)
Mutual labels:  floss
vscode-save-and-run
Visual Studio Code extension to run commands whenever a file is saved https://marketplace.visualstudio.com/items?itemName=wk-j.save-and-run
Stars: ✭ 31 (-29.55%)
Mutual labels:  vscode
tenacity
Tenacity is an easy-to-use, privacy-friendly, FLOSS, cross-platform multi-track audio editor/recorder for Windows, macOS, Linux and other operating systems. Project currently on an indefinite hiatus.
Stars: ✭ 7,231 (+16334.09%)
Mutual labels:  floss
vscode-clangd
Visual Studio Code extension for clangd
Stars: ✭ 248 (+463.64%)
Mutual labels:  vscode
FLOSS-Games-on-Steam
A list of FLOSS games available on Steam
Stars: ✭ 90 (+104.55%)
Mutual labels:  floss
config-public
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Stars: ✭ 14 (-68.18%)
Mutual labels:  vscode
semantic-release-vsce
semantic-release plugin to package and publish VS Code extensions
Stars: ✭ 24 (-45.45%)
Mutual labels:  vscode
vscode-leetcode-cpp-debug
Debug support for LeetCode with C++
Stars: ✭ 14 (-68.18%)
Mutual labels:  vscode
vscode-snazzy-theme
🎨 VS Code theme based on hyper-snazzy with bright colors
Stars: ✭ 16 (-63.64%)
Mutual labels:  vscode
FakeTraveler
Fake where your phone is located (Mock location for Android).
Stars: ✭ 172 (+290.91%)
Mutual labels:  floss
vscode-requirejs
Provides goto definition functionality for require js modules.
Stars: ✭ 20 (-54.55%)
Mutual labels:  vscode
awesome-donations
A repository of FLOSS donation options.
Stars: ✭ 21 (-52.27%)
Mutual labels:  floss
Vue2-All
Vue2 + Vue-router2 + Vuex + Webpack + axios + jwt
Stars: ✭ 67 (+52.27%)
Mutual labels:  vscode
publiccode.yml
A metadata standard for public software
Stars: ✭ 97 (+120.45%)
Mutual labels:  floss
vscode-less
🔌 Less intellisense for Variables and Mixins in all Less files.
Stars: ✭ 21 (-52.27%)
Mutual labels:  vscode
vscode-note
a simple note-taking extension for vscode.
Stars: ✭ 29 (-34.09%)
Mutual labels:  vscode
vscode-angular-html
Angular syntax highlighting for HTML templates
Stars: ✭ 35 (-20.45%)
Mutual labels:  vscode
everforest-vscode
Everforest Color Scheme for Visual Studio Code
Stars: ✭ 76 (+72.73%)
Mutual labels:  vscode

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].