Frontend client for showing the status of Ocean Protocol services
Go to file
Matthias Kretschmann 54e872ba2d
layout & style updates
2022-10-18 15:27:41 +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
node_modules tweak global styles to make auto darkmode work, add our variables 2022-10-18 15:09:33 +01:00
public Updating favicon & deafult data values 2022-10-05 16:37:44 +03:00
src layout & style updates 2022-10-18 15:27:41 +01:00
.env.example Updating how networks are handled 2022-10-10 18:02:21 +03: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 layout & style updates 2022-10-18 15:27:41 +01:00
package.json layout & style updates 2022-10-18 15:27:41 +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.