It's my website! I think having a website is cool, so I'm trying to make it real.
- ποΈ Designed (with love and care) by me
- ποΈ Built with SolidJS and SolidStart
- π Run by Bun
- π· Deployed using Netlify
-
Install dependencies
bun install
-
Start the development server
bun dev
-
Make some changes (optional)
-
Format your code (recommended)
bun format
-
Build the site
bun run build
-
Preview the built site (optional)
bun start
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.
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