/website

🌐 My personal website, powered by SolidJS and SolidStart

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

🌐 Website

It's my website! I think having a website is cool, so I'm trying to make it real.

👷 Developing

  1. Install dependencies

    bun install
  2. Start the development server

    bun dev
  3. Make some changes (optional)

  4. Format your code (recommended)

    bun format
  5. Build the site

    bun run build
  6. Preview the built site (optional)

    bun start

📃 Common questions & issues

Server starts, but loads infinitely

You may be doing cyclic imports. To check if this is actually the issue, try building the site. If everything works correctly when building, it is a guaranteed cyclic import issue.

Hydration mismatch when renaming routes

Sometimes build caches don't get invalidated. You'll need to remove the following directories and restart the development server:

  • dist
  • .output
  • .vinxi
  • node_modules/.vinxi