Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okp4/dataset-deposit-web

📁 Dataset deposit web app for the ØKP4 protocol.
https://github.com/okp4/dataset-deposit-web

web3

Last synced: 2 months ago
JSON representation

📁 Dataset deposit web app for the ØKP4 protocol.

Awesome Lists containing this project

README

        

# ØKP4 Dataset Deposit Web App

> 📁 Dataset Deposit Web App for the ØKP4 network.

[![version](https://img.shields.io/github/v/release/okp4/dataset-deposit-web)](https://github.com/okp4/dataset-deposit-web/releases)
[![build](https://github.com/okp4/dataset-deposit-web/actions/workflows/build.yml/badge.svg)](https://github.com/okp4/dataset-deposit-web/actions/workflows/build.yml)
[![lint](https://github.com/okp4/dataset-deposit-web/actions/workflows/lint.yml/badge.svg)](https://github.com/okp4/dataset-deposit-web/actions/workflows/lint.yml)
[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![license](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![typescript](https://badgen.net/badge/icon/typescript?icon=typescript&label)](https://typescriptlang.org)
[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

## Purpose

A webapp that allows users to deposit their datasets in order to use them in a dataspace.

## Setup

🚚 Install the dependencies and build the project:

```sh
yarn

yarn build
```

### Launch

Run the server with the following command line:

```sh
yarn start
```

Then open [http://localhost:3000](http://localhost:3000) to launch the Web App.