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: