- Install Node.js from https://nodejs.org/en/download/
- Run
npm install
to install the dependencies.
- Copy
.env.example
to.env
and add your LiteAPI keys for production and sandbox. - Run
npm run start
to start the server. - Access http://localhost:3000/ in your browser.
Access the LiteAPI documentation to learn more about the API.