https://github.com/teebusch/sveltekit-blog
https://github.com/teebusch/sveltekit-blog
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/teebusch/sveltekit-blog
- Owner: Teebusch
- License: mit
- Created: 2021-09-12T09:59:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T20:34:21.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T07:11:27.937Z (over 1 year ago)
- Language: Svelte
- Size: 5.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MEMENTO SvelteKit & GitHub Pages
Template to create a blog with SvelteKit **WORK IN PROGRESS**
### Get Started
To create a new project based on this template using degit:
```bash
npx degit el3um4s/memento-sveltekit-and-github-pages
```
Then install the dependencies with
```bash
npm install
```
### Command
- `npm run dev`
- `npm run build`
- `npm run deploy`