Running the Platform
Get to know how you can run the platform app!
Last updated
Was this helpful?
Get to know how you can run the platform app!
Last updated
Was this helpful?
The Platform App resides in the apps/platform
directory. It is powered by NextJS and TypeScript. To run the Platform App locally, do the following:
In the project root, run:
Next set up the platform app for development with:
Or cd into apps/platform
and run:
We use Jest for testing. Run the tests when unit testing, or mock testing the platform app separately from the rest of the project.
To run tests in the root, use this command:
You can view the platform app by opening the URL in a browser.