Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulsonnentag/outline-breadboard
https://github.com/paulsonnentag/outline-breadboard
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulsonnentag/outline-breadboard
- Owner: paulsonnentag
- Created: 2023-03-01T09:49:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T16:56:09.000Z (11 months ago)
- Last Synced: 2024-10-15T11:35:18.481Z (2 months ago)
- Language: TypeScript
- Homepage: https://breadboard-steel.vercel.app
- Size: 6.11 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```