From 6878189013c8bbd1fc29eb71dad733e1dc9e1016 Mon Sep 17 00:00:00 2001 From: Muhammad Fauzan Date: Sun, 26 Jun 2022 16:48:34 +0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1415c79..b8368ce 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,13 @@ Read the [documentation page](https://getstisla.com/docs) for more information o ## Development Steps -1. Clone the repo: `git clone https://github.com/stisla/stisla.git` to your local path -2. Make sure you have [yarn](https://yarnpkg.com) installed to your machine -3. Run the `yarn` command to install production dependencies -4. Run the `yarn dist` command to build `pages/` directory -5. Run the `yarn dev` command to start developing +1. Clone the repo: `git clone https://github.com/stisla/stisla.git` to your local path. +2. Make sure you have [yarn](https://yarnpkg.com) installed to your machine. +3. Run the `yarn` command to install development dependencies. +4. Run the `yarn dist` command to build `pages/` directory. +5. Run the `yarn dev` command to start developing. + +⚠️ For production use, it's recommended to reinstall your packages with `yarn install --prod` after building `/pages` with `yarn dist`. ## Roadmap