If you are a developer and wants to develop this library, then this is for you.
To get started with development, You want these tools installed on your system.
- Node.js (and npm)
- git
- A Code Editor (I recommened Visual Studio Code)
And in your preferred code editor, Install these extensions/plugins. They are not required but having them installed is good.
- TSLint
- Prettier
- EditorConfig
First you have to fork this repository. Click here to do that.
Then clone the forked repository to your machine.
Finally, run npm install
inside the project folder to install all the dependencies.
The folder structure is
docs/
- Documentation generated by TypeDocdocs-manual/
- Docs written by humensrc/
- The main codeendpoints/
- Code for accessing the API's endpoints
test/
- Jest based testsweb/
- Bundled code for websitesdist/
- Bundled code for npm