Frontend client for showing the status of Ocean Protocol services
Go to file
2022-10-18 14:54:43 +01:00
.husky
.vscode
node_modules
public
src remove console 2022-10-18 10:17:22 +03:00
.env.example
.eslintrc
.gitignore Updating gitignore 2022-10-17 13:28:55 +03:00
.nvmrc fixes 2022-10-18 10:15:40 +03:00
.prettierrc
app.config.js fixes 2022-10-18 10:15:40 +03:00
LICENSE
next.config.js
package-lock.json
package.json
README.md readme updates 2022-10-18 14:54:43 +01:00
tsconfig.json

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.