From a713402cb31dafdf242bf3e8c72730eac864e68c Mon Sep 17 00:00:00 2001 From: fro1991 Date: Sat, 1 Feb 2025 16:49:08 +0700 Subject: [PATCH] update --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e234894..a3be47a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Metronic 9 | All-in-One Tailwind based React Template for Modern Web Applications +# Template for Modern Web Applications ## Quick Setup @@ -9,7 +9,7 @@ npm install ### Compile and Hot-Reload for Development ```sh -npm run dev +npm run dev:development|staging|production ``` ### Type-Check, Compile and Minify for Production @@ -23,7 +23,9 @@ npm run build ```sh npm run lint ``` + ### Deploy to PM2 + ```sh -pm2 serve dist/ 4100 --name="name_of_opp" --spa +pm2 serve dist/ --name="" --spa ```