1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
🏄‍♀️ Marketplace front-end and backend server to explore, download, and publish open data sets. https://commons.oceanprotocol.com
Go to file
2019-02-18 15:08:47 +01:00
public input group component 2019-02-08 15:37:22 +01:00
src add loading state 2019-02-18 15:08:47 +01:00
.editorconfig add editorconfig 2019-01-23 11:20:27 +01:00
.eslintrc lint fixes & package updates 2019-02-07 11:28:04 +01:00
.gitignore initial import, react, routes, user context 2019-01-18 17:34:40 +01:00
.prettierignore setup prettier, stylelint, tslint 2019-01-23 11:15:27 +01:00
.prettierrc setup prettier, stylelint, tslint 2019-01-23 11:15:27 +01:00
.stylelintrc setup prettier, stylelint, tslint 2019-01-23 11:15:27 +01:00
.travis.yml add travis 2019-01-24 14:02:56 +01:00
library.json update library.json 2019-02-18 13:38:18 +01:00
LICENSE Initial commit 2019-01-10 17:31:29 +01:00
package-lock.json kick out type on publish screen, reorder form elements 2019-02-15 16:01:25 +01:00
package.json Merge branch 'master' into fix/metadata 2019-02-15 15:36:31 +01:00
README.md add first screenshot to readme 2019-02-08 16:55:36 +01:00
tsconfig.json asset details rendering fix 2019-02-15 13:10:57 +01:00

banner

commons-marketplace

Marketplace front-end to explore, download, and publish open data sets.

Build Status code style: prettier js oceanprotocol css bigchaindb

screen shot 2019-02-08 at 16 53 57

Development

This project was bootstrapped with Create React App.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Testing

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Code Style

For linting and auto-formatting you can use:

# auto format all ts & css with eslint & stylelint
npm run lint

# auto format all ts & css with prettier, taking all configs into account
npm run format

License

Copyright 2018 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.