An open API service indexing awesome lists of open source software.

https://github.com/fairdataihub/fairdataihub-upload

A site to upload files for the FAIR Data Innovations Hub
https://github.com/fairdataihub/fairdataihub-upload

Last synced: 12 months ago
JSON representation

A site to upload files for the FAIR Data Innovations Hub

Awesome Lists containing this project

README

          

# [upload.fairdataihub.org](https://upload.fairdataihub.org)

A simple site for users of FAIR Data Innovations Hub projects to upload any data for the developers to use. It currently uses [UploadCare](https://uploadcare.com/) for the storage of the uploaded files.

## Project setup

This project uses [Vite](https://vitejs.dev/) and [Yarn](https://yarnpkg.com/) for development. To install the dependencies, run:

```bash
yarn install
```

### Compiles and hot-reloads for development

Start the development server on http://localhost:3000

```bash
yarn dev
```

### Compiles and minifies for production

Use this step to build a local production version of the site. Use `start` to preview the local build.

```bash
yarn build
yarn preview
```

## Documentation

We recommend to look at the [documentation](https://uploadcare.com/products/file-uploader/).

## License

This project is licensed under the MIT License - see the [LICENSE.md](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.

## Acknowledgements

A special thank you to Vercel for hosting this website.