This was the portofolio/website of Lucas Birkert (aka. KekOnTheWorld) written using SvelteKit.
You can find a public demo here
Archived on the 8th of July 2023
Lately I have become more secure about the work I am doing and the products I have published. This is why I migrated my github and site name to my real name. I wanted to scrap this website for a long time, as it performs terrible on mobile devices and got the chance. The new site is located at https://lbirkert.com and you can find the source code here.
- Fork the repository
- Run the dev server
npm run dev
- Edit some things
- Check that
npm run build
completes without errors - Run
npm run format
and check thatnpm run lint
completes successfully - Create a commit
git commit -v
- Create a pull request
This project is licensed under the MIT License