From d8b0aff120cbe8d61b57518a91cfa62f42091f26 Mon Sep 17 00:00:00 2001 From: chenos Date: Tue, 17 May 2022 15:15:09 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 88c50a415..045dfe0c9 100644 --- a/README.md +++ b/README.md @@ -164,24 +164,19 @@ cd my-nocobase-app 📢 This next step may take more than ten minutes due to network environment, system configuration, and other factors. ```bash -# For production deployments, you can install only the necessary dependencies to reduce the dependency size and download time -yarn install --production -# Or, install the full dependencies yarn install ``` #### 4. Install & Start NocoBase ```bash -# Start the application in a production environment. Recompile it if the source code has been modified (yarn build) +yarn nocobase install --lang=en-US yarn start -# Start the application in the development environment. The code will be compiled in real time -yarn dev ``` #### 5. Log in to NocoBase -Open [http://localhost:13000](http://localhost:13000) in a web browser. The initial account and password are `admin@nocobase.com` and `admin123`. +Open [http://localhost:8000](http://localhost:8000) in a web browser. The initial account and password are `admin@nocobase.com` and `admin123`. ## Contributing @@ -203,7 +198,7 @@ yarn install ```bash # Install and start the application -yarn dev +yarn start # Run all tests yarn test # Run all test files in the folder