https://github.com/okp4/dataverse-portal
🔭 Dataverse Portal for the OKP4 network.
https://github.com/okp4/dataverse-portal
blockchain cosmos-sdk dataspaces typescript vitejs web3
Last synced: 26 days ago
JSON representation
🔭 Dataverse Portal for the OKP4 network.
- Host: GitHub
- URL: https://github.com/okp4/dataverse-portal
- Owner: okp4
- License: bsd-3-clause
- Created: 2023-01-27T10:00:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T03:15:13.000Z (about 1 year ago)
- Last Synced: 2024-11-04T21:37:18.558Z (6 months ago)
- Topics: blockchain, cosmos-sdk, dataspaces, typescript, vitejs, web3
- Language: TypeScript
- Homepage:
- Size: 13 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - okp4/dataverse-portal - 🔭 Dataverse Portal for the OKP4 network. (TypeScript)
README
# Dataverse Web Portal
> 🔭 Dataverse Portal for the [OKP4 network](https://okp4.network).
[](https://github.com/okp4/dataverse-portal/actions/workflows/lint.yml)
[](https://github.com/okp4/dataverse-portal/actions/workflows/build.yml)
[](https://github.com/okp4/dataverse-portal/actions/workflows/test.yml)
[](https://conventionalcommits.org)
[](https://github.com/semantic-release/semantic-release)
[](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)
[](https://www.typescriptlang.org/)
[](https://www.google.com/search?client=safari&rls=en&q=vitejs&ie=UTF-8&oe=UTF-8)
[](https://pnpm.io)
[](https://github.com/prettier/prettier)
[![license][bsd-3-clause-image]][bsd-3-clause]
[![cc-by-sa-4.0][cc-by-sa-image]][cc-by-sa]## Purpose
🚀 Get ready to dive into the Dataverse! 💥 This portal is your gateway to an endless world of digital resources! 🪐 Explore the Dataverse, use, and contribute with datasets, algorithms, storage, and computational power!
[](https://okp4.network)
## Install
These instructions will get you a project up and running on your local machine for development and testing purposes.
### Prerequisites
Be sure to have the following properly installed:
- [Node.js](https://nodejs.org/ru/) `v16.19` ([gallium](https://nodejs.org/en/blog/release/v16.19.0/))
- [pnpm](https://pnpm.io/) `v7.27`
- [Docker](https://www.docker.com/)### Setup
Install the dependencies and build the project:
```sh
pnpm install
```### Launch
Run the server with the following command line.
```sh
pnpm dev
```The portal will be available at .
## Docker image
The Docker image can be used to run the application in a container. The Dockerfile is located in the root directory of the project.
### Building the Docker Image
To build the Docker image, use the following command:
```sh
docker build -t dataverse-portal .
```### Running the Docker Container
To run the Docker container, use the following command (adapt the arguments as needed):
```sh
docker run --rm -ti -p 8080:80 dataverse-portal
```The command will start the Docker container and bind it to port `8080` on your local machine. You can access the application by navigating to in your web browser.
## License
The code of this project is licensed under the [3-Clause BSD][bsd-3-clause].
All other resources, including documentation, graphical assets, etc., are licensed under the [Creative Commons Attribution-ShareAlike 4.0 International][cc-by-sa] license.
## You want to get involved? 😍
So you want to contribute? Great! ❤️ We appreciate any help you're willing to give. Don't hesitate to open issues and/or
submit pull requests.We believe that collaboration is key to the success of the OKP4 project. Join our Community discussions on the [Community Repository](https://github.com/okp4/community) to:
- Engage in conversations with peers and experts.
- Share your insights and experiences with OKP4.
- Learn from others and expand your knowledge of the protocol.The Community Repository serves as a hub for discussions, questions, and knowledge-sharing related to OKP4. We encourage you to actively participate and contribute to the growth of our community.
Please check out OKP4 health files:
- [Contributing](https://github.com/okp4/.github/blob/main/CONTRIBUTING.md)
- [Code of conduct](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)[bsd-3-clause]: https://opensource.org/licenses/BSD-3-Clause
[bsd-3-clause-image]: https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=for-the-badge
[cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://i.creativecommons.org/l/by-sa/4.0/88x31.png