Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 419 Bytes

File metadata and controls

21 lines (16 loc) · 419 Bytes

tribute

Tumblr-themed website for a YSWS on making websites with HTML and CSS. Made as a guided project for the Athena Award.

Development

This website was unfortunately developed with the Astro and TailwindCSS frameworks. Sorry guys lmao

  1. Install dependencies.
bun install
  1. Start the development server and visit localhost:4321
bun dev
  1. Generate the production build.
bun build