-
Notifications
You must be signed in to change notification settings - Fork 41
Getting Started
Sung Jeon edited this page Aug 1, 2022
·
12 revisions
This document guides you through building and running the Nine Chronicles launcher (a.k.a. 9c-launcher) with the game on your own computer from scratch.
We hope you to easily start participating and/or contribute to NineChronicles from here.
- Windows 10 or 11 is recommended
- Linux/macOS also works, but the compatibility is not guaranteed.
- Also, Apple Silicon devices won't be able to launch the game itself.
- Node.js
- v16 is recommended.
- yarn
git clone -c core.symlinks=true https://github.com/planetarium/9c-launcher --recursive
git checkout main # In case you're contributing, skip this
git pull
git submodule update --recursive
yarn install
yarn build-headless && yarn bundle-player
curl https://download.nine-chronicles.com/9c-launcher-config.json -o dist/config.json
The last command downloads the latest configuration of the mainnet, which allows you to use it just like a released launcher.
curl https://download.nine-chronicles.com/9c-launcher-config.json -o dist/config.json
yarn codegen
yarn dev
Close your existing launcher instance. You may need to find them in the Task Manager to kill it.