A personal portfolio made by me that utilizes various techniques and modern solutions for fast and responsive website!
[!CAUTION] Before you contribute, be aware that any low quality / AI slop pull requests will be instantly denied and user blocked from contributing! Please respect my request when doing so.
I'm really happy to hear that you want to contribute to the website! I and possibly any contributors are working hard to make it as pleasing to navigate through as possible by applying various optimizations! Through the length of this guide I will assume you're currently on Linux.
And if you're on Windows... ¯\_(ツ)_/¯
<general webdev knowledge> - Look through the stack this project uses to find out more about what you should expect when enteringgit, on most distros it's preinstalled, if it's not try:apt install git on debian/ubuntu-based distrossudo pacman -S git on arch-based distrosbun - Project strictly uses bun package manager, it should work with any other one but do mind that pull requests will not be accepted with multiple package-lock files!<any mature code editor> - I recommend using VSCode-based editor as the project contains extension recommendations that might be useful for you!# Clone the repo and cd into it
git clone https://github.com/jakeayy/jakeayy-xyz.git
cd jakeayy-xyz
# Install dependencies
bun install
Now you should be ready to conitrbute to the project! You can optionally install extensions the workspace recommend as they are generally needed when programming in Svelte
Check the CREDITS.md file for any needed credits
This project is running under MIT license, please ensure to check licenses of other projects used here before doing anything!
If you have concerns, questions or requests that are related to licensing please contact me through solutions provided on my profile or the website.