@varunagw/lotr-sdk
v1.0.6
Published
Take home project - The Lord of the Rings
Downloads
1
Readme
Take home project - The Lord of the Rings SDK
Sample project:
For a sample project using this SDK, see example/ directory and example/README.md.
Important Documents
Requirements:
- Git
- Node.js
Installation:
- Run
npm install
. - Run
npx husky install
to setup git hooks.
How to start the SDK
- Run
npm run start
.
How to use/test SDK
- Use the sample project in
example/
directory.
How to build the project
- Run
npm run build
How to publish to npm registry
- Run
npm run publish