My personal website built with Astro and React.
# Install dependencies
npm install
# Start development server
npm dev
# Build for production
npm build
# Preview production build
npm preview
This project uses Playwright for end-to-end testing.
# Run Playwright tests
npm test:e2e
# Run Playwright tests with UI
npm test:e2e:ui
# Run unit tests
npm test:unit
# Run unit tests with coverage
npm test:unit:coverage
npm dev
- Start development servernpm build
- Build for productionnpm preview
- Preview production buildnpm test:e2e
- Run Playwright end-to-end testsnpm test:e2e:ui
- Run Playwright tests with UInpm format
- Format code with Prettier
This project is licensed under the MIT License - see the LICENSE file for details.