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

https://github.com/fireisgood/elevator


https://github.com/fireisgood/elevator

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# [Elevator Site](https://fireisgood.github.io/elevator/)

Elevator site made with [Astro](https://astro.build) and [Svelte](https://svelte.dev/)

## To run

```bash
npm run dev
```

Runs on port 3000

## To build

```bash
npm run build
```

Creates files to `/docs` folder for github pages.

NOTE: default base is `/elevator` as configured in `astro.config.mjs`