Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.83 KB

File metadata and controls

30 lines (22 loc) · 1.83 KB

🚀 jacklyn.dev - my portfolio website

Screenshot of jacklyn.dev

❓ What is this repo?

This is my personal website, available at jacklyn.dev! I streamed myself building the core foundations over on Twitch, and then finished it off during INIT 2023.

🛠 Tech Stack

✨ Local Setup

  1. Clone this git repo and navigate to the repo's folder
  2. Run the development server with npm run dev
  3. You can now access the live preview by going to http://localhost:3000

This project is structured like your typical Next.js project, so I'd recommend referring to their docs when making any changes.

💭 Useful things to know

  • The colours used across the website are set in styles/globals.css as CSS variables
    • There's also some other useful variables set in there, such as ways to easily add the correct drop shadow, text shadow (for outlines) and border-radius to elements

📝 License

The code from this project is licensed under the MIT License. Images, including logos, are property of their respective copyright owners.