Summary
The repository does not pin a Node version for version managers, so contributors run whatever their shell provides. An .nvmrc makes the intended runtime a one-command switch.
Acceptance criteria
Getting started
Fork this repository, clone your fork, and add this repo as upstream:
git clone https://github.com/<your-username>/tricklepay-frontend.git
cd tricklepay-frontend
git remote add upstream https://github.com/TricklePay/tricklepay-frontend.git
Create a branch for this issue:
git checkout -b chore/issue-168
Suggested commit message:
Run npm run lint, npm run typecheck, npm test, and npm run build before opening a pull request and linking this issue.
Summary
The repository does not pin a Node version for version managers, so contributors run whatever their shell provides. An .nvmrc makes the intended runtime a one-command switch.
Acceptance criteria
Getting started
Fork this repository, clone your fork, and add this repo as
upstream:Create a branch for this issue:
Suggested commit message:
Run
npm run lint,npm run typecheck,npm test, andnpm run buildbefore opening a pull request and linking this issue.