tchojnacki.dev - a personal website π§βπ»
- Astro
- React
- Tailwind CSS
- TypeScript
- MDX
- Vitest
- Lodash
- Prettier
- Git
The website is available online at tchojnacki.dev, deployed through Vercel.
Run the development server:
npm run dev
Open http://localhost:4321 with your browser to see the result.
You can build the project and preview an optimized version using:
npm run build
npm run preview
Enter the following command:
npm run test
Test results will be printed alongside a coverage report. The tests are also run as part of the CI/CD process on every pull request. Note that only the logic is tested - there are no visual tests.