Skip to content

Website for EssentialsX, including downloads and configuration tools

License

Notifications You must be signed in to change notification settings

EssentialsX/Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d410708 · Mar 9, 2025
Jan 17, 2025
Jan 24, 2025
Jan 24, 2025
Aug 19, 2021
Jul 1, 2021
Mar 9, 2025
Jun 23, 2019
Mar 21, 2021
Jan 21, 2021
Mar 9, 2025
Jan 5, 2020
Dec 25, 2022
Aug 19, 2021

Repository files navigation

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