My personal portfolio written in Preact + Vite https://hknsh.com
Find a file
2024-11-10 17:25:53 +00:00
public feat: first commit 2024-11-10 17:25:53 +00:00
src feat: first commit 2024-11-10 17:25:53 +00:00
.gitignore feat: first commit 2024-11-10 17:25:53 +00:00
biome.json feat: first commit 2024-11-10 17:25:53 +00:00
bun.lockb feat: first commit 2024-11-10 17:25:53 +00:00
components.json feat: first commit 2024-11-10 17:25:53 +00:00
index.html feat: first commit 2024-11-10 17:25:53 +00:00
LICENSE feat: first commit 2024-11-10 17:25:53 +00:00
package.json feat: first commit 2024-11-10 17:25:53 +00:00
postcss.config.js feat: first commit 2024-11-10 17:25:53 +00:00
README.md feat: first commit 2024-11-10 17:25:53 +00:00
tailwind.config.js feat: first commit 2024-11-10 17:25:53 +00:00
tsconfig.json feat: first commit 2024-11-10 17:25:53 +00:00
vite.config.ts feat: first commit 2024-11-10 17:25:53 +00:00

hksh's house

Created using Preact + Vite

Getting Started

  • npm run dev - Starts a dev server at http://localhost:5173/

  • npm run build - Builds for production, emitting to dist/. Prerenders all found routes in app to static HTML

  • npm run preview - Starts a server at http://localhost:4173/ to test production build locally