Mirror of source code of my personal website hosted on Vercel, https://youwen.dev
Find a file
2024-04-04 16:16:21 -07:00
.github/workflows chore: format shadcn components 2024-04-04 15:34:04 -07:00
src feat: make theme picker dropdown wide on mobile 2024-04-04 16:16:21 -07:00
static chore: process katex fonts using vite at build time 2024-04-04 12:25:23 -07:00
tests initial commit 2024-04-02 17:35:26 -07:00
.eslintignore initial commit 2024-04-02 17:35:26 -07:00
.eslintrc.cjs initial commit 2024-04-02 17:35:26 -07:00
.gitignore initial commit 2024-04-02 17:35:26 -07:00
.npmrc initial commit 2024-04-02 17:35:26 -07:00
.prettierignore initial commit 2024-04-02 17:35:26 -07:00
.prettierrc initial commit 2024-04-02 17:35:26 -07:00
bun.lockb feat: add dropdown to color picker with 'system' option 2024-04-04 16:07:29 -07:00
components.json chore: format shadcn components 2024-04-04 15:34:04 -07:00
LICENSE chore: update license and readme 2024-04-03 16:30:36 -07:00
package.json feat: add dropdown to color picker with 'system' option 2024-04-04 16:07:29 -07:00
playwright.config.ts initial commit 2024-04-02 17:35:26 -07:00
postcss.config.js chore: format shadcn components 2024-04-04 15:34:04 -07:00
README.md fix(readme): spelling mistake 2024-04-03 16:30:50 -07:00
svelte.config.js chore: switch to adapter vercel and trust dependency postinstalls 2024-04-04 12:35:00 -07:00
tailwind.config.js style: add some nicer fonts, fix dark mode 2024-04-03 16:22:43 -07:00
tsconfig.json initial commit 2024-04-02 17:35:26 -07:00
vite.config.ts initial commit 2024-04-02 17:35:26 -07:00

coredump

My personal website and its associated blog. Written in SvelteKit using TailwindCSS and components from shadcn-svelte.

Running locally

Install bun, clone and cd into the repository, then run:

bun install

# for development:
bun dev

# for production:
bun run build
bun preview

License

The website's source code is licensed under the MIT License. The contents of my blog are licensed under CC BY-NC-SA 4.0.