This is the repository for my personal website and blog. I made it from scratch using the Astro web framework and Tailwind CSS. You can visit it at roman.computer or roman.technology.
technology | purpose |
---|---|
Astro | static site generator / web framework |
React | reactive components |
Typescript | scripting |
Tailwind CSS | styling |
MDX | writing documents |
Vercel | frontend hosting |
Vimeo | video hosting |
PostHog | analytics |
Docker | backend services |
Typesense | full text search |
- Clone the repository.
- Run
npm install
to install the dependencies. - Run
npm run dev
to start a local development server atlocalhost:4321
.