Clone this repository to your local machine:
git clone https://github.com/Navigraph/navigraph-js-sdk.git
cd navigraph-js-sdk/examples/getting-started
Install project dependencies using Yarn:
yarn
Create 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_secret
Make 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