A chess app with focus on good UX for old people written in NextJS by students of the University of Applied Sciences Magdeburg
Install main service:
git clone https://github.com/MTI-Schach-App/Einfach-Schach && cd einfach-schach && cd app
npm installUse in development:
npm run devUse in production:
npm run build
npm run startIf you want to enable face recognition within the app you need to have docker installed and run the following command:
Use in production:
cd facerecognition
docker build -t facerec .
docker run -dp 127.0.0.1:5000:3000 facerecExtras:
# Lint
npm run lint
# Prettier
npm run prettierNext.js - Vercel with NextJS chess.js - Chess.js react-chessboard - react-chessboard mui - MaterialUI (MUI)