Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: ...
...
}
```