KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
personal-site
★ 87
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
eventsourcing
:
Event Sourcing Library for Rust
cyclonedx-php-composer
:
Create CycloneDX Software Bill of Materials (SBOM) from PHP Composer projects
react-hook-inview
:
React hook for detecting when an element is in the viewport
igorkowalczyk.dev
:
⚛️ My personal portfolio written on Next.js and Tailwind.css
adsorber
:
Ad-blocker for Linux systems purely built on POSIX-compliant shell scripts.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
personal-site
?
Download (.md)
<div align="center"> <img alt="Logo" src="https://ik.imagekit.io/sld/readme-hero_wpt0gQ1I0.jpg" width="100%"/> </div> ## ⚠️ Please note that this project is my legacy portfolio and is no longer actively maintained. # 👋 Welcome to my V2 portfolio's repo. Versions of sld.codes can be seen here: ### Current Version: [``` sld.codes ```](https://sld.codes/) (Repo not public) ### Version 2: [``` v2.sld.codes ```](https://v2.sld.codes/) (The repo you're looking at) ### Version 1: [``` v1.sld.codes ```](https://v1.sld.codes/) ([Repo here](https://github.com/slarsendisney/personal-site-v1)) I built the whole site using my favourite react framework - Gatsby! If you haven't heard of it, you should check it out here: [``` Learn Gatsby ```](https://www.gatsbyjs.org/) ## About the site This site is my corner of the internet. I use it to experiment and document my front-end adventures. The site has been redesigned and rebuilt many times. Its current tech stack uses GatsbyJS, Redux, Socket.IO, Tailwind & Firebase. All UX design and code was completed by me with a little inspiration. You can read about how parts of the site were created by [reading my articles](https://sld.codes/articles). This site features photography by [@thepaulbalaji](https://twitter.com/thepaulbalaji) and 3D illustrations by [@allsortscreativeuk](https://www.instagram.com/allsortscreativeuk/). ### Inspiration This site contains many ideas inspired by some awesome developers and designers, I encourage you to check out their work: @joshwcomeau, @mxbck, @yannispanagis, @celikkoseoglu, @jxnblk, @duncanbain, @wesbos, @jlengstorf, @ryangregorydev ## Frequently Asked Questions ### Can I use this site's code? Yes, you can fork this repo. Please give me proper credit by linking back to [sld.codes](https://sld.codes). I want to keep this site open source however it's always disheartening to find that someone has copied my work without giving me credit. I spent a non-trivial amount of effort building and designing sld.codes, and I am proud of it! *All I ask of you is to not claim this effort as your own.* I own the images used within the hero section of this site that are referenced in the code. Please do not use without my express permission. ### Can you help me get started? If you have questions about implementation, please refer to the this page and the [Gatsby docs](https://www.gatsbyjs.org/docs/). I have spent considerable time ensuring that there are comments throughout the code to help you get started. Due to the amount of requests I receive, I cannot help individuals but may answer the odd question on twitter. ### What is the best way to credit you? Please give me proper credit by linking back to sld.codes. ### How can I support you? My site has no ads or sponsors. If you've enjoyed my content or used this site's code please consider supporting what I do. If you want to say thankyou and support me you can do so [here](https://sld.codes/sponsor). ## 🛠 Installation & Set Up 1. Install the Gatsby CLI ```sh npm install -g gatsby-cli ``` 2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm) ```sh nvm install ``` 3. Install dependencies ```sh npm install ``` 4. Start the development server ```sh npm start ``` ## 🚀 Building and Running for Production 1. Generate a full static production build ```sh npm run build ``` 1. Preview the site as it will appear once deployed ```sh npm run serve ```