Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulsonnentag/outline-breadboard


https://github.com/paulsonnentag/outline-breadboard

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Installation

You have to create a `.env.local` file in the root of the project with the following API keys

``
GOOGLE_MAPS_API_KEY = "..."
AIRLABS_API_KEY = "..."
``

Then run the following commands

```bash
yarn install
yarn dev
```