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.
- Ensure you have Git, Node.js and Yarn installed and on your path
- Clone the repository
- Run
git submodule update --init --recursive
- Run
yarn install
- 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