Getting Started
NodeJS installation¶
NodeJS can be downloaded here.
Alternatively you can install NodeJS through your operating system packager manager.
An excellent way to manage your NodeJS installation and be able to work with multiple version is to go through NVM.
Yarn¶
Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don’t ever have to worry.
Install Yarn¶
Instructions on how to install Yarn can be found here
Install package with Yarn¶
Development¶
-
Fork the package.
-
Clone your forked repository.
- Next, move into the fresh cloned directory.
- Proceed to install the dependencies.
- Dependencies are now installed, you can now run the tests to see if everything is running as it should.