Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 2.06 KB

README.md

File metadata and controls

43 lines (28 loc) · 2.06 KB

ØKP4 Portal Web App

🔭 Portal Web App for the ØKP4 network.

version lint build conventional commits contributor covenant license typeScript prettier

Purpose

🚀 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)! 🪐

Setup

🚚 Install the dependencies and build the project:

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.

yarn start

Then open http://localhost:3000 to launch the Web App.