Mirror of source code of my personal website hosted on Vercel, https://youwen.dev
Find a file
2024-04-03 13:42:08 -07:00
src style: fix logo colors 2024-04-03 13:42:08 -07:00
static feat: add test blog post with katex support 2024-04-03 02:16:22 -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 style: fix logo colors 2024-04-03 13:42:08 -07:00
components.json feat: add initial site navigation and formatting 2024-04-02 19:50:50 -07:00
package.json feat: add test blog post with katex support 2024-04-03 02:16:22 -07:00
playwright.config.ts initial commit 2024-04-02 17:35:26 -07:00
postcss.config.js initial commit 2024-04-02 17:35:26 -07:00
README.md feat: add test blog post with katex support 2024-04-03 02:16:22 -07:00
svelte.config.js initial commit 2024-04-02 17:35:26 -07:00
tailwind.config.js feat: add initial site navigation and formatting 2024-04-02 19:50:50 -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