🔭 Portal Web App for the ØKP4 network.
🚀 Heart of the ØKP4 Dataverse: a rich portal to explore, use and contribute to this infinite universe of digital resource (dataset, algorithm, storage or computation resource)! 🪐
🚚 Install the dependencies and build the project:
yarn
yarn buildTo 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.
Run the server with the following command line.
yarn startThen open http://localhost:3000 to launch the Web App.