This open-source repository houses 2 distinct projects that collectively enable the CodeComet app: the run parsing app - called Pantry - and the frontend website app - called simply "app". You can refer to the respective sections below for an overview of each project, or the following "Getting Started" section for the quickest way to get moving.
In your terminal navigate to the repo's root directory, then run the following command:
./run.sh
The above command will do the following:
- Change to the pantry directory.
- If no
node_modules
folder is present, runnpm install
. - Ingest example protobuf and json files - generated from a CodeComet pipeline run - and use these files to generate data necessary to visualize the run.
- If cloud upload is enabled, upload the resulting run data to our hosted database.
- Save the run data to a json file in the app directory.
- Change to the pantry directory.
- If no
node_modules
folder is present, runnpm install
. - Compile the website app.
- Start a local web server and open your default browser to visualize the run.
Overview coming soon…
Overview coming soon…