Tumblr-themed website for a YSWS on making websites with HTML and CSS. Made as a guided project for the Athena Award.
This website was unfortunately developed with the Astro and TailwindCSS frameworks. Sorry guys lmao
- Install dependencies.
bun install
- Start the development server and visit
localhost:4321
bun dev
- Generate the production build.
bun build