Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 266 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 266 Bytes

Fentasy

FEN to Image REST API

Development

  1. git clone --recursive <this-repo-url.git>
  2. git submodule update --init --recursive
  3. mkdir build && cd build
  4. cmake ..
  5. make -j$(nrpoc)
  6. ./fentasy

You'll find the drogon server running on 8080