CKZiU CodeFest is a development platform where there are competitions and student projects on various topics.
git clone https://github.com/Moderrek/ckziu-codefest
cd ckziu-codefest
pnpm i
pnpm run dev
Open http://localhost:3000 with your browser.
Connection to official API (api.ckziucodefest.pl) or host local server
If production mode => private key and public certificate.
Required keys in directory: ssl/
Private key: ckziucodefest.key
Public certificate: ckziucodefest.csr
pnpm run prod