Skip to content

Files

Latest commit

40fa9c5 · Nov 24, 2023

History

History

getting-started

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 14, 2023
Nov 1, 2023
Aug 16, 2023
Nov 1, 2023
Nov 24, 2023
Nov 1, 2023
Aug 16, 2023
Nov 24, 2023
Aug 16, 2023
Aug 16, 2023
Nov 1, 2023

Navigraph SDK Example

Installation

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.

Running the Project

To start the development server, run the following command:

yarn dev