The Cancercelllines sites are build from this project using 2 different toolchains:
-
the Cancercelllines resource website cancercelllines.org, as a React project with
-
the Cancercelllines documentation docs.cancercelllines.org, as a Mkdocs project with
- files in
docs/
- configuration in
mkdocs.yaml
- additional configuration files in
extra/
- files in
More information can be found in the Progenetix documentation
npm run local
- runs the website generation usingt the
.test
server for API calls (e.g. for testing API mofdifications/calls or when offline) - requires a working local
bycon
setup, databases and all
- runs the website generation usingt the
npm run built
- uses the
....org
site for API calls during built phase - site will still use local data, only not for the built phase (and therefore fail if no internet connection etc.)
- uses the