v0.0.0
This README describes the development environment used for creating the @erkjbro/the-one-sdk package. For package usage instructions, please see the README.md file in the package directory. (packages/lotr-sdk/README.md)
SDK for interacting with the one API to rule them all.
Clone repo
export ONE_ACCESS_TOKEN=YOUR_TOKEN_HERE
npm ci
Remember to have your access token set so it can be pulled from the environment, or an error will be thrown.
npx nx serve lotr-app
npx nx run-many --target=test
npx nx run-many --target=lint
npx nx run-many --target=build
npx nx graph