InvestLab is a beginner-friendly paper-trading platform.
To run this application:
pnpm install
pnpm devThis project uses Vitest for testing. You can run the tests with:
pnpm testThis project uses Playwright for end-to-end (E2E) testing.
- E2E test files are located in the
e2e/directory. - To run all Playwright tests:
pnpm test:e2eThis project uses Tailwind CSS for styling.
This project uses Shadcn components.
This project uses TanStack Router.
This project uses ESLint for linting. You can run the linter with:
pnpm lintThis project uses Prettier for code formatting. You can run the formatter with:
pnpm format