Skip to content

Mheaus/adbrt.com

Repository files navigation

adbrt.com

My personal website — adbrt.com

Built with React Router v7, Vite, and Tailwind CSS v4.

Getting Started

Install dependencies:

pnpm install

Run the development server:

pnpm dev

Open http://localhost:5173 with your browser to see the result.

Scripts

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

Docker

Build and run with Docker:

docker build -t adbrt.com .
docker run -p 3000:3000 adbrt.com

About

my profile website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors