mirror of
https://github.com/oceanprotocol/status-frontend.git
synced 2024-11-21 17:36:58 +01:00
501 B
501 B
status-frontend
Frontend client for showing the status of Ocean Protocol services, created with Next.js.
Getting Started
First, run the development server:
cp .env.example .env
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.