2022-09-22 15:23:39 +02:00
|
|
|
# status-frontend
|
2022-09-29 16:30:24 +02:00
|
|
|
|
2022-09-30 12:16:20 +02:00
|
|
|
[![Netlify Status](https://api.netlify.com/api/v1/badges/70cdb7df-cc24-43a0-96fc-5ac501dc31ac/deploy-status)](https://app.netlify.com/sites/ocean-status/deploys)
|
|
|
|
|
2022-10-18 15:54:14 +02:00
|
|
|
Frontend client for showing the status of Ocean Protocol services, created with [Next.js](https://nextjs.org/).
|
2022-09-29 16:30:24 +02:00
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
First, run the development server:
|
|
|
|
|
|
|
|
```bash
|
2022-10-18 15:54:14 +02:00
|
|
|
cp .env.example .env
|
|
|
|
|
2022-09-29 16:30:24 +02:00
|
|
|
npm run dev
|
|
|
|
# or
|
|
|
|
yarn dev
|
|
|
|
```
|
|
|
|
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|