Skip to content

Commit 1cb7424

Browse files
committed
Add .nvmrc
1 parent 1ad4afa commit 1cb7424

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12.13.0

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ How to upgrade to latest releases:
8686
- Node.js: https://nodejs.org/en/download/
8787
- MongoDB: https://docs.mongodb.com/manual/administration/install-community/
8888

89+
Additonally, there is an `.nvmrc` file in the root of the project. You can use [Node Version Manager (nvm)](https://github.com/nvm-sh/nvm) to make sure you are using the right version of node for this and other projects! This also ensures that any cloud deployments of the project use the same version of Node.
90+
91+
8992
### Deploying locally
9093
Getting a local instance of Quill up and running takes less than 5 minutes! Start by setting up the database. Ideally, you should run MongoDB as a daemon with a secure configuration (with most linux distributions, you should be able to install it with your package manager, and it'll be set up as a daemon). Although not recommended for production, when running locally for development, you could do it like this
9194

0 commit comments

Comments
 (0)