|
@@ -90,7 +90,7 @@ See [confirmed versions](https://github.com/weseek/crowi-plus/wiki/Developers-Gu
|
|
|
|
|
|
|
|
### Start
|
|
### Start
|
|
|
|
|
|
|
|
-## Build and run the app
|
|
|
|
|
|
|
+#### Build and run the app
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
git clone https://github.com/weseek/crowi-plus.git
|
|
git clone https://github.com/weseek/crowi-plus.git
|
|
@@ -146,16 +146,15 @@ npm start
|
|
|
Getting Started to Develop
|
|
Getting Started to Develop
|
|
|
==========================
|
|
==========================
|
|
|
|
|
|
|
|
-## Build and Running the app
|
|
|
|
|
|
|
+## Build and Run the app
|
|
|
|
|
|
|
|
1. `clone` this repository
|
|
1. `clone` this repository
|
|
|
1. `yarn global add npm@4` to install required global dependencies
|
|
1. `yarn global add npm@4` to install required global dependencies
|
|
|
1. `yarn` to install all dependencies
|
|
1. `yarn` to install all dependencies
|
|
|
* DON'T USE `npm install`
|
|
* DON'T USE `npm install`
|
|
|
1. `npm run build` to build client app
|
|
1. `npm run build` to build client app
|
|
|
-1. `npm run server` to start the dev server in another tab
|
|
|
|
|
-
|
|
|
|
|
-After you have installed all dependencies and build client you can now run the app. Run `npm run server` to start a local server using `node-dev` which will watch server-side codes and reload for you. The port will be displayed to you as `http://0.0.0.0:3000`.
|
|
|
|
|
|
|
+1. `npm run server` to start the dev server
|
|
|
|
|
+1. Access to `http://0.0.0.0:3000`
|
|
|
|
|
|
|
|
For more info, read [Developers Guide](https://github.com/weseek/crowi-plus/wiki/Developers-Guide) on Wiki.
|
|
For more info, read [Developers Guide](https://github.com/weseek/crowi-plus/wiki/Developers-Guide) on Wiki.
|
|
|
|
|
|