Creating a workspace

To setup an empty NX workspace follow the steps below, if you do not already know NX feel free to checkout their website NX.dev

1. Run the command below to create an nx workspace for all your IrisX Apps:

npx @trackunit/create-iris-app-workspace <name-of-your-workspace>

2. Go into your NX Workspace folder

cd <name-of-your-workspace>

You now have a NX Workspace and are ready to create your first IrisX App!