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_frontendInstall dependencies.
pnpm installServe with hot reload at http://localhost:5173.
pnpm run devpnpm run lintpnpm run typecheckpnpm run buildpnpm run testView and interact with your tests via UI.
pnpm run test:uiThis project is licensed under the MIT License.