status-frontend/README.md

501 B

status-frontend

Netlify Status

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.