From 8bb4f2d13ed6bbad2032249e70a7a203c157d426 Mon Sep 17 00:00:00 2001 From: Ebuka Abraham <45390219+buka4rill@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:22:40 +0200 Subject: [PATCH] chore: readme update --- .nvmrc | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..209e3ef4b --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20 diff --git a/README.md b/README.md index 3048d25be..772447f61 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ npm run build Start the development server with the following command. This will also watch for any changes in your code and automatically restart the server. ```sh -npm run start:dev +npm run dev ``` ### 6. Run the Production Server