#uci-gui
This project is created as part of the Software Technologies course at Plovdiv University. The idea is to provide a web based platform for chess game analysis with UCI engines.
Find more info on motivation, targeted technologies and functional specification in the doc folder.
- Default Node JS installation
- Default Mongo DB installation
npm install
node_modules/.bin/jspm install
Copy server/config/engine.js.sample
to server/config/engine.js
and specify the full path to your UCI engine executable of choice. Make sure the engine binary has appropriate execute permissions.
npm start
npm run production