1.0.14 • Published 2 years ago

cotf-template v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Build Status

Quality Gate Status Reliability Rating Security Rating

Bugs Lines of Code Coverage Vulnerabilities Code Smells

Start

To start developing this project you need to have nodejs installed. The easiest way to deal with it install nvm (node version manager). Instructions are here.

After installing nvm, just run:

nvm use

This command will pick up the version which is used in this project and specified in .nvmrc file. It may throws error like

N/A: version "14.16.1 -> N/A" is not yet installed

This is totally ok behavior. Just follow instructions in terminal and install missing version. Then

nvm i 14.16.1 # for example

This command will install nodejs of specified version and use it as the main version in this project.