- Obtain an API key from Paragon by going to any Paragon app (e.g., https://design.paragontruss.com/), clicking on the user icon in the top-right, selecting "API Keys," and then clicking "Create New Key."
- Set the
PARAGON_API_KEYenvironment variable by creating an.envfile in the top-level directory of this project with the contentsPARAGON_API_KEY=<your-token>. - Run
npm install - Run
npm start
