Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 533 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 533 Bytes

My personal site built with Astro and SolidJS.

Styled with Tailwind CSS and the gruvbox color scheme (config).

Development

# install dependencies
pnpm install # or npm install

# start local dev server
pnpm start # or npm start

# build for production (configured for Vercel)
pnpm build # or npm run build

Environment variables

# for contact form
DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...