Frontend client for showing the status of Ocean Protocol services
Go to file
mihaisc e3a3faed2b
Merge pull request #19 from oceanprotocol/feature/contracts
Bump ocean contracts
2023-11-29 13:44:13 +02: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 fix event-monitor github url 2022-10-31 17:58:54 +02:00
.env.example huge data flow simplification 2022-10-18 18:17:32 +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 22:15:46 +01:00
app.config.js huge data flow simplification 2022-10-18 18:17:32 +01:00
next.config.js layout & style updates 2022-10-18 15:27:41 +01:00
package-lock.json Update package.lock 2023-11-29 13:42:03 +02:00
package.json Bump ocean contracts 2023-11-29 13:40:05 +02:00
tsconfig.json default Next.js tsconfig 2022-10-18 16:46:08 +01:00

README.md

banner

status-frontend

Frontend client for showing the status of Ocean Protocol services.

Netlify Status

🦑 Features

🏄 Get Started

The app is a React app built with Next.js. To start local development:

git clone git@github.com:oceanprotocol/status-frontend.git
cd status

npm install
cp .env.example .env
npm run dev

Open http://localhost:3000 with your browser to see the result.

Code Style

For linting checks you can use from the root of the project:

# lint all js with eslint
npm run lint

🛳 Production

To create a production build, run from the root of the project:

npm run build

Outputs to ./next.

⬆️ Deployment

Every branch or Pull Request is automatically deployed by Netlify with their GitHub integration. A link to a deployment will appear under each Pull Request.

🏛 License

Copyright ((C)) 2022 Ocean Protocol Foundation Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.