Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leechy/leechy.dev
Svelte v3 + Sapper + Firebase Blogging App
https://github.com/leechy/leechy.dev
application blog-engine firebase firestore sapper svelte svelte-v3
Last synced: 3 days ago
JSON representation
Svelte v3 + Sapper + Firebase Blogging App
- Host: GitHub
- URL: https://github.com/leechy/leechy.dev
- Owner: leechy
- Created: 2019-03-02T13:33:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:41:30.000Z (almost 2 years ago)
- Last Synced: 2023-08-01T00:21:04.637Z (over 1 year ago)
- Topics: application, blog-engine, firebase, firestore, sapper, svelte, svelte-v3
- Language: JavaScript
- Homepage: https://leechy.dev
- Size: 899 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeechyDev
This blog was built with Svelte.js, Sapper and Firebase
Currently in a newborn state. For me it's a good sandbox to play with some of the technologies
I can't play at work for now.## Running locally
To start a dev server locally or even deploy the code to the hosting, you'll have to add a firebase
configuration in the `src/firebase-config.js`:```
export default {
apiKey: ...
...
}
```