ReactJS 18.3.1, TypeScript 5.5.4, NodeJS 22.4.1, Vite 5.4.0
Axios, PNPM, Prettier, Eslint
# Install node & pnpm
apt install nodejs # if the package manager has pnpm, install it too
# If it doesn't:
npm install -g pnpm
# Install dependencies
git clone https://github.com/DenHax/LibreLib-front
cd LibreLib-front
pnpm install
# Run server
pnpm run dev
# Build app
pnpm run build