Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 01e31c9

Browse files
committedMay 24, 2019
Add .nvmrc to make it easier to use the same version than CircleCI
1 parent 1352681 commit 01e31c9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/*

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ There are no versioned releases yet, use `deps.edn` to depend on the code via gi
4242
- Run front-end recipes in dev `clojure -A:dev:rec-front`
4343
- Run SSR streaming recipe `clojure -A:dev:rec-back`
4444

45+
_Note: to ensure you're using the right Node.js version, you can use [nvm](https://github.com/nvm-sh/nvm) and run `nvm use`
46+
once in the directory. Otherwise the Node.js version you use is in the `.nvmrc` file. See nvm repo for more documentation._
47+
4548
## Features
4649

4750
### Hiccup syntax extension

0 commit comments

Comments
 (0)