https://github.com/upryzing/upryzing.app
Upryzing's landing page, also known as Lily
https://github.com/upryzing/upryzing.app
Last synced: over 1 year ago
JSON representation
Upryzing's landing page, also known as Lily
- Host: GitHub
- URL: https://github.com/upryzing/upryzing.app
- Owner: upryzing
- License: agpl-3.0
- Created: 2024-03-05T19:12:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T17:28:23.000Z (over 1 year ago)
- Last Synced: 2025-03-24T18:07:35.422Z (over 1 year ago)
- Language: Astro
- Homepage: https://upryzing.app
- Size: 866 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Upryzing's Landing Page (Lily)
This repository houses the source code for Upryzing's landing page ([upryzing.app](https://upryzing.app)), built with [Astro](https://astro.build/).
## Production deployment
Lily is currently deployed on [upryzing.app](https://upryzing.app), thanks to GitHub Pages.
## Development
Clone the repository locally, then install the required dependencies and run the app:
```bash
git clone https://github.com/upryzing/upryzing.app
cd upryzing.app
pnpm install
pnpm dev
```