Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.12 KB

Cancercelllines Websites Code

The Cancercelllines sites are build from this project using 2 different toolchains:

More information can be found in the Progenetix documentation

Local built commands

  • 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
  • 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.)