Personal website built with Astro and Tailwind CSS.
Find a file
2024-05-12 23:12:36 -07:00
.vscode Initial commit 2023-10-14 19:47:49 -07:00
public Add resume 2024-04-09 22:27:54 -07:00
src Remove Glossary Tester from projects 2024-05-06 18:21:28 -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 and run prettier-plugin-tailwindcss 2023-10-30 23:29:38 -07:00
astro.config.mjs Bump Astro version 2024-05-12 23:12:36 -07:00
package.json Bump Astro version 2024-05-12 23:12:36 -07:00
pnpm-lock.yaml Bump Astro version 2024-05-12 23:12:36 -07:00
README.md Update README 2023-10-31 00:42:55 -07:00
svelte.config.js Format with Prettier 2023-10-15 17:33:51 -07:00
tailwind.config.mjs Start writing blog post 2023-10-30 22:40:26 -07:00
tsconfig.json Add programming page 2023-10-16 22:42:41 -07:00
wrangler.toml Move to wrangler.toml config 2024-05-12 19:58:35 -07:00

Astro personal website

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

image

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.