https://github.com/foxfirecodes/sveltekit-blog
A simple blog site built with SvelteKit and MongoDB
https://github.com/foxfirecodes/sveltekit-blog
Last synced: 5 months ago
JSON representation
A simple blog site built with SvelteKit and MongoDB
- Host: GitHub
- URL: https://github.com/foxfirecodes/sveltekit-blog
- Owner: foxfirecodes
- Created: 2021-09-02T05:27:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T22:05:48.000Z (about 3 years ago)
- Last Synced: 2025-01-31T18:13:24.424Z (about 1 year ago)
- Language: Svelte
- Homepage: sveltekit-blog-psi.vercel.app
- Size: 212 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sveltekit-blog
> A simple blog site built with SvelteKit and MongoDB.
## Developing
Once you've cloned the project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```