My personal website — adbrt.com
Built with React Router v7, Vite, and Tailwind CSS v4.
Install dependencies:
pnpm installRun the development server:
pnpm devOpen http://localhost:5173 with your browser to see the result.
| Command | Description |
|---|---|
pnpm dev |
Start the development server |
pnpm build |
Build for production |
pnpm start |
Start the production server |
pnpm typecheck |
Run TypeScript type checking |
pnpm lint |
Lint with oxlint |
pnpm lint:fix |
Lint and auto-fix |
pnpm format |
Format with oxfmt |
pnpm format:check |
Check formatting |
Build and run with Docker:
docker build -t adbrt.com .
docker run -p 3000:3000 adbrt.com