Skip to content

Data submission portal for CancerModels.org. It helps users in getting familiar with the data model and validating their submission.

License

Notifications You must be signed in to change notification settings

PDCMFinder/pdcm-submission

Repository files navigation

CancerModels.org data submission Doc Site

User documentation for the data model and data submission to CancerModels.org.

Visit Site

CancerModels.org: Data submission

Contents

This docs site has been generated using Docusaurus and built by referring to ICGC-ARGO.

Documentation is written in Markdown and can be found in /docs.

The website, including the Docusaurus library, custom pages and components, and all styling is kept in /website.

Dependencies

To run the docs site requires the following:

Installation and setup

  • Move into the website directory ...

cd website

  • ...and install dependencies via npm:

npm ci

  • Setup Environment config:

    Copy the file /website/.env.example to /website/.env

Note

This file contains the configuration for the Algolia search used on the site. It is not necessary to set correct values for this config to get the site to run. If you would like to have working Algolia search on while working on your local dev instance, reach out to another team member for the account values.

  • Run the development server to see your edits live in the browser:

npm start

The site should open in a new page in your browser at the address: localhost:3000

Deployment

After testing the changes locally, you can create a build by running

npm run build

You can see the build be running

npm run serve

About

Data submission portal for CancerModels.org. It helps users in getting familiar with the data model and validating their submission.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published