- 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_KEY
environment variable by creating an.env
file in the top-level directory of this project with the contentsPARAGON_API_KEY=<your-token>
. - Run
npm install
- Run
npm start