This is a simple portfolio website that I created for myself. It is built with React and PicoCSS. I used Vite as a build tool, and TypeScript as a programming language. And I guess that's all there is to say about it. 😄
Just clone the repository and run npm install
to install all the dependencies.
To start a development server run:
$ npm run dev
... and if you want to build for production, run:
$ npm run build
You can find a list of all available tasks in the package.json file.
It is open source because I see no reason to keep it private. But it will require some work to make it your own. Feel free to use this project as inspiration, or even as a template, but please don't just copy it and publish it as your own. And whatever you do, don't forget to change my name. 😄