JRoy / Website

EssentialsX download site and documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EssentialsX Website

The EssentialsX website hosted at https://essentialsx.net.

This website is a static site generated using Saber. The site uses the Bulma and Buefy frameworks.

Building

Set up your environment

  1. Ensure you have Git, Node.js and Yarn installed and on your path
  2. Clone the repository
  3. Run git submodule update --init --recursive
  4. Run yarn install

Commands

  • To start a development server with live reload: yarn saber
  • To build a site for deployment: yarn saber build
  • To update wiki content: git submodule update --recursive --remote

About

EssentialsX download site and documentation

License:MIT License


Languages

Language:Vue 75.1%Language:JavaScript 22.3%Language:SCSS 2.7%