This website is intended for demonstration purposes only. Users are advised not to input any personal or sensitive information, including health data, into this platform. The platform does not comply with the requirements for handling personal or sensitive information under the Australian Privacy Act 1988.

Resources / Guidance

Getting Started

Available Test Kits

Run Locally

You can also run a test kit on your own machine. To do this, choose one of the following repositories based on the test kit you want to use: Prerequisites Setup Instructions(All commands below should be run in your terminal)
  1. Clone the selected repository
    1. git clone <repository-url>
    2. cd <repository-directory>
  2. Set up the project. This installs dependencies and initializes the database.
    1. make setup
  3. Start the application
    1. make run
  4. Access the app
    1. Open http://localhost in your browser.
    2. The test suite will be available on the homepage.
Return to top