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

https://github.com/maximemaillet/ghost-blog-front


https://github.com/maximemaillet/ghost-blog-front

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## Dev

### Install

```
nvm install
npm install
docker-compose up -d # Go to Ghost admin for configure
cp .env.dist .env # Match to ghost URL
npm start
```