Originally forked from EssentialsX/Website
Credit to EssentialsX and their team.
The Craftation Labs website hosted at https://ci.craftationgaming.com.
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 pull origin master - Run
git submodule update --init --recursive - Run
yarn install
- To start a development server with live reload:
yarn dev - To update wiki content:
git submodule update --recursive --remote - To update the site overall:
git pull origin master
- To build a site for deployment:
yarn build - To launch/start the site:
yarn start