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

https://github.com/superfly/tipe-react-edge

Rendering Tipe API responses with React on the edge
https://github.com/superfly/tipe-react-edge

Last synced: 3 months ago
JSON representation

Rendering Tipe API responses with React on the edge

Awesome Lists containing this project

README

        

# Tipe on the Edge

### Getting started

Copy `.fly.secrets.example.yml` to `.fly.secrets.yml`, update each secret value with the appropriate token (get this from tipe.io).

Open `index.js` and change the `DOCUMENT_ID` constant to match which document you want to render.

Then run:

```
npm install
npx fly server
``

Then load: http://localhost:3000