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

https://github.com/fireisgood/learning-svelte-site


https://github.com/fireisgood/learning-svelte-site

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# [Learning Svelte Site](https://fireisgood.github.io/learning-svelte-site/)

Made with [Astro](https://astro.build) so I could learn Svelte

## 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 `/learning-svelte-site` as configured in `astro.config.mjs`