Skip to content

Element84/stat-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

This directory contains a demo site where several satelite providers have implemented proxies to map the STAT API to their existing provider-specific APIs.

Run locally

Install packages

pip install -r requirements.txt

Install next: Next.js

Run demo

./scripts/run

Access demo

frontend: localhost:3000 backend: localhost:8000