Frontend part of https://askmybook.lukicenturi.vercel.app/
Backend Repository: https://github.com/lukicenturi/askmybook_backend
Create and fill in .env or using .env.example as default environment.
Access the project directory.
cd askmybook_frontend
Install dependencies.
pnpm install
Serve with hot reload at http://localhost:5173.
pnpm run dev
pnpm run lint
pnpm run typecheck
pnpm run build
pnpm run test
View and interact with your tests via UI.
pnpm run test:ui
This project is licensed under the MIT License.