# App Web client for TLE Community. [![TLE Community screenshot](img/screenshot.png)](https://tlecommunity.com/) # Setup Requires Node and npm: ```bash git clone https://tangled.org/tlecommunity.com/app cd app npm install ``` # Running The client has two run modes for local development: **`npm start`**: runs connected to the main Meanjin One [game server](https://meanjin-one.tlecommunity.com/app/). **`npm run start:stubbed`**: runs a local stubbed game server (`stubs/`) instead. # Ideas Got an idea? [Let us know!](https://tangled.org/tlecommunity.com/app/issues) [![Yoda and feature requests](img/feature-request.jpg)](https://tangled.org/tlecommunity.com/app/issues) # Hacking If you're interested in hacking on the client, hit up the [developer's documentation](docs/README.md). # License GNU General Public License v3.0