Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/okp4/dataset-deposit-web
- Owner: okp4
- License: bsd-3-clause
- Archived: true
- Created: 2022-08-01T14:32:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T19:40:14.000Z (11 months ago)
- Last Synced: 2024-08-01T13:37:27.588Z (5 months ago)
- Topics: web3
- Language: TypeScript
- Homepage:
- Size: 636 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
- awesome-ccamel - okp4/dataset-deposit-web - 📁 Dataset deposit web app for the ØKP4 protocol. (TypeScript)
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
yarnyarn 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.