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
- Host: GitHub
- URL: https://github.com/fairdataihub/fairdataihub-upload
- Owner: fairdataihub
- License: mit
- Created: 2022-08-27T00:37:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T17:43:03.000Z (12 months ago)
- Last Synced: 2025-07-10T23:50:25.032Z (12 months ago)
- Language: CSS
- Homepage: https://upload.fairdataihub.org
- Size: 126 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.