Skip to content

Website acting as my personal portfolio and blog. Built with Astro. 🏠

License

Notifications You must be signed in to change notification settings

tchojnacki/tchojnacki-dev

Repository files navigation

tchojnacki.dev - a personal website πŸ§‘β€πŸ’»

vercel checks codecov issues

The landing page of the website.

Technology πŸ”§

  • Astro
  • React
  • Tailwind CSS
  • TypeScript
  • MDX
  • Vitest
  • Lodash
  • Prettier
  • Git

Deployment πŸš€

Production 🌐

The website is available online at tchojnacki.dev, deployed through Vercel.

Development πŸ—

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

Testing πŸ§ͺ

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.