Clone this repository to your local machine:
git clone https://github.com/Navigraph/navigraph-js-sdk.git
cd navigraph-js-sdk/examples/getting-startedInstall project dependencies using Yarn:
yarnCreate an .env.local file in the root of your project and add the following environment variables:
NG_CLIENT_ID=your_client_id
NG_CLIENT_SECRET=your_client_secretMake sure to replace your_client_id and your_client_secret with your real credentials. These variables are required for the project to function correctly.
To start the development server, run the following command:
yarn dev