Skip to content

MTI-Schach-App/Einfach-Schach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

einfach-schach

A chess app with focus on good UX for old people written in NextJS by students of the University of Applied Sciences Magdeburg

How to use it?

Install main service:

git clone https://github.com/MTI-Schach-App/Einfach-Schach && cd einfach-schach && cd app
npm install

Use in development:

npm run dev

Use in production:

npm run build
npm run start

How to use facerecognition?

If 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 facerec

How prep for commit?

Extras:

# Lint
npm run lint

# Prettier
npm run prettier

Thanks to

Next.js - Vercel with NextJS chess.js - Chess.js react-chessboard - react-chessboard mui - MaterialUI (MUI)

About

Hauptrepo für EinfachSchach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors