The Official Crescent Engine Website 🌃⚔️🐉
- Git
- Hugo Extended v0.115+
- Node v18+
- Go v1.20+
Note: Make sure these tools are available globally/from the PATH. On Windows you might want to tweak your environment variables.
Clone the repository and initialize submodules:
git clone --recursive https://github.com/TheMagehawk/CrescentWeb.git
Alternatively:
git clone https://github.com/TheMagehawk/CrescentWeb.git
git submodule update --init --recursive --depth=1
To update to the latest commit ✅
git pull --recurse
npm run project-setup
npm install
npm run build