Frontend client for showing the status of Ocean Protocol services
Go to file
Matthias Kretschmann 843e2a9aff
switch checkmark to asset, remove port & dao grants
2022-10-18 16:20:56 +01:00
.husky Setting up dev tools 2022-09-30 12:00:55 +03:00
.vscode Setting up dev tools 2022-09-30 12:00:55 +03:00
public Updating favicon & deafult data values 2022-10-05 16:37:44 +03:00
src switch checkmark to asset, remove port & dao grants 2022-10-18 16:20:56 +01:00
.env.example env var updates 2022-10-18 15:31:46 +01:00
.eslintrc Setting up dev tools 2022-09-30 12:00:55 +03:00
.gitignore Updating gitignore 2022-10-17 13:28:55 +03:00
.nvmrc fixes 2022-10-18 10:15:40 +03:00
.prettierrc Setting up dev tools 2022-09-30 12:00:55 +03:00
LICENSE Initial commit 2022-09-22 16:23:39 +03:00
README.md readme updates 2022-10-18 14:54:43 +01:00
app.config.js fixes 2022-10-18 10:15:40 +03:00
next.config.js layout & style updates 2022-10-18 15:27:41 +01:00
package-lock.json use latest axios 2022-10-18 15:31:38 +01:00
package.json use latest axios 2022-10-18 15:31:38 +01:00
tsconfig.json Updating file structure + updated styling 2022-10-05 16:34:30 +03:00

README.md

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.