fairdataihub

所属分类:人工智能/神经网络/深度学习
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2023-11-27 07:52:08
上 传 者sh-1993
说明:  FAIR数据创新中心网站
(Website of the FAIR Data Innovations Hub)

文件列表:
.editorconfig (147, 2023-12-07)
.eslintrc (2778, 2023-12-07)
.husky/ (0, 2023-12-07)
.husky/commit-msg (98, 2023-12-07)
.husky/common.sh (169, 2023-12-07)
.husky/post-merge (66, 2023-12-07)
.husky/pre-commit (89, 2023-12-07)
.husky/prepare-commit-msg (74, 2023-12-07)
.npmrc (18, 2023-12-07)
.yarnrc.yml (25, 2023-12-07)
CHANGELOG.md (40536, 2023-12-07)
CODE_OF_CONDUCT.md (5222, 2023-12-07)
CONTRIBUTING.md (7586, 2023-12-07)
LICENSE.md (1088, 2023-12-07)
SECURITY.md (375, 2023-12-07)
blog/ (0, 2023-12-07)
blog/bridge2AI-fairdataihub.md (5168, 2023-12-07)
blog/fairshare-v1.4.0.md (2312, 2023-12-07)
blog/fairshare-v2.0.0.md (3783, 2023-12-07)
blog/soda-sparc-phase4.md (7043, 2023-12-07)
blog/sodaforsparc-v7.0.0.md (4914, 2023-12-07)
blog/sodaforsparc-v8.0.0.md (2232, 2023-12-07)
blog/sodaforsparc-v9.1.0.md (2830, 2023-12-07)
blog/sodaforsparc-v9.2.0.md (2258, 2023-12-07)
commitlint.config.js (124, 2023-12-07)
... ...

# [fairdataihub.org](https://fairdataihub.org) [![CodeFactor](https://www.codefactor.io/repository/github/fairdataihub/fairdataihub.org/badge)](https://www.codefactor.io/repository/github/fairdataihub/fairdataihub.org) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=fairdataihub_fairdataihub-website&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=fairdataihub_fairdataihub-website) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=fairdataihub_fairdataihub-website&metric=bugs)](https://sonarcloud.io/summary/new_code?id=fairdataihub_fairdataihub-website) [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=fairdataihub_fairdataihub-website&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=fairdataihub_fairdataihub-website) [![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=fairdataihub_fairdataihub-website&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=fairdataihub_fairdataihub-website) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=fairdataihub_fairdataihub-website&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=fairdataihub_fairdataihub-website) [![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=fairdataihub_fairdataihub-website&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=fairdataihub_fairdataihub-website) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=fairdataihub_fairdataihub-website&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=fairdataihub_fairdataihub-website) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=fairdataihub_fairdataihub-website&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=fairdataihub_fairdataihub-website) ![Status](https://status.fairdataihub.org/api/badge/1/status) ![Ping](https://status.fairdataihub.org/api/badge/1/ping/24) ![Average Response](https://status.fairdataihub.org/api/badge/1/avg-response/24) ## Project setup Make sure to install the dependencies. ```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 start ``` ## Documentation We recommend to look at the [documentation](https://nextjs.org/docs/getting-started). ### Requirements - Node.js >= 12.22.0 - Yarn 1 (Classic) ### Directory Structure - [`.github`](.github) — GitHub configuration including the CI workflow.
- [`.husky`](.husky) — Husky configuration and hooks.
- [`public`](./public) — Static assets such as robots.txt, images, and favicon.
- [`src`](./src) — Application source code, including pages, components, styles. - [`cypress`](./cypress) — End-to-end tests. ### Scripts - `yarn dev` — Starts the application in development mode at `http://localhost:3000`. - `yarn build` — Creates an optimized production build of your application. - `yarn start` — Starts the application in production mode. - `yarn type-check` — Validate code using TypeScript compiler. - `yarn lint` — Runs ESLint for all files in the `src` directory. - `yarn format` — Runs Prettier for all files in the `src` directory. - `yarn cypress:run` — Runs Cypress tests in headless mode. - `yarn cypress:open` — Opens Cypress in interactive mode. ### Path Mapping TypeScript are pre-configured with custom path mappings. To import components or files, use the `@` prefix. ```tsx import { Button } from '@/components/Button'; // To import images or other files from the public folder import avatar from '@/public/avatar.png'; ``` ## Note This branch is a work in progress. We are actively working on improving the website. ## 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.

近期下载者

相关文件


收藏者