https://github.com/fireisgood/learning-svelte-site
https://github.com/fireisgood/learning-svelte-site
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fireisgood/learning-svelte-site
- Owner: FireIsGood
- Created: 2022-10-07T21:17:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T22:55:28.000Z (over 3 years ago)
- Last Synced: 2025-02-18T01:43:05.671Z (over 1 year ago)
- Language: Svelte
- Homepage: https://fireisgood.github.io/learning-svelte-site/
- Size: 16.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`