Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/okp4/portal-web
- Owner: okp4
- License: bsd-3-clause
- Created: 2022-08-31T13:12:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T19:56:12.000Z (6 months ago)
- Last Synced: 2024-08-01T13:37:27.697Z (4 months ago)
- Topics: nextjs, portal, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 2.48 MB
- Stars: 92
- Watchers: 3
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - okp4/portal-web - 🔭 Portal Web App for the ØKP4 network. (TypeScript)
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
yarnyarn 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.