Skip to content

lukicenturi/askmybook_frontend

Repository files navigation


Getting Started

ENV

Create and fill in .env or using .env.example as default environment.

Install

Access the project directory.

cd askmybook_frontend

Install dependencies.

pnpm install

Serve with hot reload at http://localhost:5173.

pnpm run dev

Lint

pnpm run lint

Typecheck

pnpm run typecheck

Build

pnpm run build

Test

pnpm run test

View and interact with your tests via UI.

pnpm run test:ui

License

This project is licensed under the MIT License.