Frontend for Kilo, a website for creating bots that compete in online games.
Make sure you have Node.js and npm installed. nvm can be used to install Node.js.
From the kilo-webapp directory, run npm install
.
Then, npm start
can be used to run a development server on http://localhost:3000, and npm run build
can be used to build the app for production.
- Backend: kilo_server
- Python library and example bots: kilo_bots
This project is dual-licensed under both the MIT License and the Apache License (Version 2.0). See LICENSE-APACHE and LICENSE-MIT for details.