Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayzr522/sveltekit-blog
A simple blog site built with SvelteKit and MongoDB
https://github.com/rayzr522/sveltekit-blog
Last synced: 26 days ago
JSON representation
A simple blog site built with SvelteKit and MongoDB
- Host: GitHub
- URL: https://github.com/rayzr522/sveltekit-blog
- Owner: rayzr522
- Created: 2021-09-02T05:27:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T22:05:48.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T10:03:08.610Z (over 1 year ago)
- Language: Svelte
- Homepage: sveltekit-blog-psi.vercel.app
- Size: 212 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- 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
```