This is the server of Cridium, written in TypeScript with the DeepKit framework.
- Git and Nodejs 16+ installed.
python3
andbuild-essential
installed if you're on Linux, or follownode-gyp
's guideline if you're on Windows.
- Clone the repository, and install the dependencies
git clone https://github.com/Cridium/cridium-server.git --depth 1
cd cridium-server
npm install
If npm install
fails, recheck step 2 in prerequisites.
- Copy the example configuration file
.env.example
to.env
and modify the following
APP_FRAMEWORK_DEBUG=true
- Run
npm run dev
And it's running! Go to your browser and open http://localhost:8080/_debug
(on WSL, you can see the hostname by executing hostname -I
), you'll see the DeepKit Debugger.
Apache License 2.0