Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 916 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 916 Bytes

Lacuna Expanse Frontend

Web client for the up-and-coming community edition of The Lacuna Expanse.

Lacuna Expanse screenshot

Setup

Requires Node and npm:

git clone https://github.com/Kantigen/ka-web
cd ka-web
git submodule update --init --recursive
npm install

Running

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

Ideas

Got an idea? Let us know!

Yoda and feature requests

Hacking

If you're interested in hacking on the client, hit up the developer's documentation.

License

See the LICENSE file.