mikolaisebastian / website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pterodactyl.io

This is the Pterodactyl project website.

Compilation

We are using PostCSS and Pug to make creating the website easier. Therefore the website needs to be built before it can be viewed in a browser. To automate that we are using gulp.

You'll need to install the dependencies and gulp-cli first.

# install dependencies
npm i
# install gulp cli globally
npm i -g gulp-cli

For development serve the website locally using Browsersync.

gulp serve

To just build the website run

gulp build

Dependencies

This is everything we use on the website, apart from the gulp related tooling.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 53.1%Language:CSS 26.5%Language:HTML 20.4%