Skip to content

TheMagehawk/CrescentWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrescentWeb 🌙 🌐

Repo Size License Discord Server

ℹ️ About

The Official Crescent Engine Website 🌃⚔️🐉

Visit the Website here: Crescent

🔰 Setup

Requirements

  • 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

🛠️ Build

Initial Project Setup

npm run project-setup
npm install

To build the public Pages

npm run build