mirror of
https://github.com/oceanprotocol/status-frontend.git
synced 2024-11-21 17:36:58 +01:00
Frontend client for showing the status of Ocean Protocol services
.husky | ||
.vscode | ||
public | ||
src | ||
.env.example | ||
.eslintrc | ||
.gitignore | ||
.nvmrc | ||
.prettierrc | ||
app.config.js | ||
LICENSE | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
status-frontend
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.