Personal website built with Astro and Tailwind CSS.
Find a file
2023-10-18 17:40:24 -07:00
.vscode Initial commit 2023-10-14 19:47:49 -07:00
public Fix tab title 2023-10-17 23:42:50 -07:00
src Improve view transitions on images 2023-10-18 17:40:24 -07:00
.gitignore Initial commit 2023-10-14 19:47:49 -07:00
.prettierignore Format with Prettier 2023-10-15 17:33:51 -07:00
.prettierrc Add prettier-plugin-svelte 2023-10-17 23:39:09 -07:00
astro.config.mjs Format with Prettier 2023-10-15 17:33:51 -07:00
package.json Add prettier-plugin-svelte 2023-10-17 23:39:09 -07:00
pnpm-lock.yaml Add prettier-plugin-svelte 2023-10-17 23:39:09 -07:00
README.md Update README 2023-10-17 23:48:22 -07:00
svelte.config.js Format with Prettier 2023-10-15 17:33:51 -07:00
tailwind.config.mjs Add programming page 2023-10-16 22:42:41 -07:00
tsconfig.json Add programming page 2023-10-16 22:42:41 -07:00

Astro personal website

My new personal website, powered by Astro and Tailwind CSS.

Running development server

npm install -g pnpm
pnpm install
pnpm dev

Building for production

To create a production version of the app:

pnpm build

The production build can be previewed locally with pnpm preview.