- Node.js (e.g. v 18+)
- npm, pnpm, yarn
git clone https://github.com/Gamius00/ihk-training-record.git cd ihk-training-record
npm install, yarn install or pnpm install
This starts the frontend (React bundled with vite) and the Express Server. To start run:
npm run dev, yarn dev, pnpm dev
Now you can open it in your Browser on the shown port in your terminal.
If you find some issues or if you have some ideas, you can open an Issue or Pull Request.