Web client for the up-and-coming community edition of The Lacuna Expanse.
Requires Node and npm:
git clone https://github.com/Kantigen/ka-web
cd ka-web
git submodule update --init --recursive
npm install
The client has two run modes for local development:
npm run dev
: assumes you have ka-server set up and running.
npm run dev:stubbed
: uses a stubbed game server instead
Got an idea? Let us know!
If you're interested in hacking on the client, hit up the developer's documentation.
See the LICENSE file.