Frontend client for showing the status of Ocean Protocol services
Go to file
Matthias Kretschmann 224873fb6e
default Next.js tsconfig
2022-10-18 16:46:08 +01:00
.github/workflows basic CI setup, eslint setup simplification 2022-10-18 16:34:20 +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 basic CI setup, eslint setup simplification 2022-10-18 16:34:20 +01:00
.env.example env var updates 2022-10-18 15:31:46 +01:00
.eslintrc basic CI setup, eslint setup simplification 2022-10-18 16:34:20 +01: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 basic CI setup, eslint setup simplification 2022-10-18 16:34:20 +01:00
package.json basic CI setup, eslint setup simplification 2022-10-18 16:34:20 +01:00
tsconfig.json default Next.js tsconfig 2022-10-18 16:46:08 +01: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.