Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.81 KB

README.md

File metadata and controls

65 lines (41 loc) · 1.81 KB

🌐 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

What is app integrity?

At build time, app integrity is computed. It can be clean, dirty, and unknown.

This status is to check whether files have been modified or not after the current commit. This exists to prevent developers forgetting to add files to commits, or if the source code before building and deploying has been touched by a host (for debugging purposes).

You can view integrity and other information in the console.