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: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T00:59:14.000Z (6 months ago)
- Last Synced: 2024-12-11T01:32:46.364Z (6 months ago)
- Topics: nextjs, portal, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 2.78 MB
- Stars: 93
- 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.
[](https://github.com/okp4/portal-web/releases)
[](https://github.com/okp4/portal-web/actions/workflows/lint.yml)
[](https://github.com/okp4/portal-web/actions/workflows/build.yml)
[](https://conventionalcommits.org)
[](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)
[](https://opensource.org/licenses/BSD-3-Clause)

[](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.