Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/okp4/portal-web

🔭 Portal Web App for the ØKP4 network.
https://github.com/okp4/portal-web

nextjs portal typescript web3

Last synced: about 1 month ago
JSON representation

🔭 Portal Web App for the ØKP4 network.

Awesome Lists containing this project

README

        

# ØKP4 Portal Web App

> 🔭 Portal Web App for the ØKP4 network.

[![version](https://img.shields.io/github/v/release/okp4/portal-web?style=for-the-badge&logo=github)](https://github.com/okp4/portal-web/releases)
[![lint](https://img.shields.io/github/actions/workflow/status/okp4/portal-web/lint.yml?branch=main&label=lint&style=for-the-badge&logo=github)](https://github.com/okp4/portal-web/actions/workflows/lint.yml)
[![build](https://img.shields.io/github/actions/workflow/status/okp4/portal-web/build.yml?branch=main&label=build&style=for-the-badge&logo=github)](https://github.com/okp4/portal-web/actions/workflows/build.yml)
[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge&logo=conventionalcommits)](https://conventionalcommits.org)
[![contributor covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)
[![license](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=for-the-badge)](https://opensource.org/licenses/BSD-3-Clause)
![typeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)

## Purpose

🚀 Heart of the [ØKP4]([okp4.network](https://okp4.network)) Dataverse: a rich portal to explore, use and contribute to this infinite universe of digital resource (dataset, algorithm, storage or computation resource)! 🪐

## Setup

🚚 Install the dependencies and build the project:

```sh
yarn

yarn build
```

## Use

### Environment

To launch the Web App, you need to set some environment variables. Default values are provided for the development environment in the file `.env.development`.
Feel free to adapt the values to your needs.

### 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.