alex-phillips / linuxserver.io

Main site for the LinuxServer group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linuxserver.io

This is the code for the main website for LinuxServer. It is written in JavaScript, using Gatsby and ReactJS.

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

Then install all of the app's dependencies:

npm install

And run from your CLI:

gatsby develop

About

Main site for the LinuxServer group

License:MIT License


Languages

Language:JavaScript 81.7%Language:CSS 17.4%Language:Dockerfile 0.9%