0.2.6 • Published 1 year ago

nevermined-one v0.2.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

banner

Nevermined One

💧 Frontend repository for the Nevermined One application nevermined.io

Table of Contents


Get Started

One is a Next.js application. For local development of one here's how to setup the development environment on your machine.

Local development

As a pre-requisite, you need:

  • Node.js
  • yarn

Clone the project and install all dependencies:

git clone git@github.com:nevermined-io/one.git
cd one/

Install dependencies:

yarn

Get the contract artifacts through this script:

yarn artifacts:mumbai

To run the development version:

yarn dev

Testing

No tests have been setup yet.

Code Linting

Linting is setup for JavaScript with ESLint.

Code style is enforced through the CI test process, builds will fail if there're any linting errors.

yarn lint

Building

Environment variables

Environment variables needed for local development can be found here.

Building the project

yarn build

Running the built project

yarn start

License

Copyright 2022 Nevermined AG
This product includes software developed at
BigchainDB GmbH and Ocean Protocol (https://www.oceanprotocol.com/)

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.