Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 507 Bytes

Upryzing's Landing Page (Lily)

This repository houses the source code for Upryzing's landing page (upryzing.app), built with Astro.

Production deployment

Lily is currently deployed on upryzing.app, thanks to GitHub Pages.

Development

Clone the repository locally, then install the required dependencies and run the app:

git clone https://github.com/upryzing/upryzing.app
cd upryzing.app
pnpm install
pnpm dev