From 1fe3d87fd6fc13d47f05ed52ea8a7a7013d6cf13 Mon Sep 17 00:00:00 2001 From: Nicolas Chaulet Date: Fri, 29 Jan 2021 12:15:29 +0000 Subject: [PATCH] Specify supported node version --- .gitignore | 1 + packages/server/readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8cb4275f7..646497bb0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ coverage/ test-queries **/.DS_Store +.nvmrc diff --git a/packages/server/readme.md b/packages/server/readme.md index 2dcd87e7b..b5079e2a0 100644 --- a/packages/server/readme.md +++ b/packages/server/readme.md @@ -12,7 +12,7 @@ We're working to stabilize the 2.0 API, and until then there will be breaking ch ## Introduction -The Speckle Server is a node application. To start it locally: +The Speckle Server is a node application tested against v12. To start it locally: First, ensure you have postgres and redis ready and running: