An open API service indexing awesome lists of open source software.

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

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
```