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