https://github.com/fireisgood/elevator
https://github.com/fireisgood/elevator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fireisgood/elevator
- Owner: FireIsGood
- Created: 2022-10-23T01:22:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T17:03:30.000Z (over 2 years ago)
- Last Synced: 2025-02-18T01:42:01.796Z (over 1 year ago)
- Language: Astro
- Homepage:
- Size: 565 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`