convert FEN strings into chess diagrams.
- The apps front-end is a create-react-app, hosted by vercel, and the back-end is an express server.
- The screenshot is taken with a puppeteer script.
- chessboard is chessboardjsx
server:
cd server
yarn && node server.js
client:
cd client
yarn && yarn start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.