- Create .envrc file in your root directory project if not exist.
export VERSIONAPI='versionapi'
install direnv https://github.com/direnv/direnv to set environment variables, or set variable manually.
then run the command direnv allow .
$ npm i
insdie there's the eslint dependecy so you could enable a plugin in your editor for scan your quality code or run
$ npm run linter
$ npm start