A simple site for users of FAIR Data Innovations Hub projects to upload any data for the developers to use. It currently uses UploadCare for the storage of the uploaded files.
This project uses Vite and Yarn for development. To install the dependencies, run:
yarn install
Start the development server on http://localhost:3000
yarn dev
Use this step to build a local production version of the site. Use start
to preview the local build.
yarn build
yarn preview
We recommend to look at the documentation.
This project is licensed under the MIT License - see the LICENSE.md file for more information.
Note: You will not need to do anything to the hosted site. Continuous Delivery has been setup with Vercel. All you need to do is push your commit and wait for it to deploy.
A special thank you to Vercel for hosting this website.