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 ```