Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 649 Bytes

File metadata and controls

30 lines (19 loc) · 649 Bytes

Installation and Development

Needed Software:

  • Node.js (e.g. v 18+)
  • npm, pnpm, yarn

1. Clone the repository

git clone https://github.com/Gamius00/ihk-training-record.git cd ihk-training-record

2. Install dependencies

npm install, yarn install or pnpm install

3. Start development

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.

Support and Contribution

If you find some issues or if you have some ideas, you can open an Issue or Pull Request.