Skip to content

Commit 13926b9

Browse files
committed
build: update node version, add nvmrc and contributor guide
1 parent 2544e0e commit 13926b9

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.nvmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
14.18.2
2+

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 14.16.0
1+
nodejs 14.18.2

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Contribution guide
2+
3+
## Setup
4+
5+
1. Make sure you have the correct version of Node installed. If you use [`nvm`](https://github.com/nvm-sh/nvm), run `nvm use`. If you use [`asdf`](https://github.com/asdf-vm/asdf), run `asdf install`.
6+
1. Make sure you have `yarn ^1.0.0` installed: `npm install --global yarn`
7+
1. Install dependencies with `yarn`
8+
9+
## Run locally
10+
11+
Use `yarn dev` to run in dev mode.
12+
13+
See `package.json` for other scripts that can be run (e.g. linters).
14+
15+
## Committing code
16+
17+
We use [commitlint](https://github.com/conventional-changelog/commitlint) to lint our commit messages. If your commit message doesn't fit this format, it'll be rejected by a pre-commit hook.

0 commit comments

Comments
 (0)