status-frontend/README.md

20 lines
501 B
Markdown

# status-frontend
[![Netlify Status](https://api.netlify.com/api/v1/badges/70cdb7df-cc24-43a0-96fc-5ac501dc31ac/deploy-status)](https://app.netlify.com/sites/ocean-status/deploys)
Frontend client for showing the status of Ocean Protocol services, created with [Next.js](https://nextjs.org/).
## Getting Started
First, run the development server:
```bash
cp .env.example .env
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.