|
|
@@ -147,23 +147,11 @@ npm start
|
|
|
```
|
|
|
|
|
|
|
|
|
-How to getting started to develop
|
|
|
-==========================
|
|
|
-
|
|
|
-## Build and Run the app
|
|
|
-
|
|
|
-1. `clone` this repository
|
|
|
-1. `yarn global add npm@4` to install required global dependencies
|
|
|
-1. `yarn` to install all dependencies
|
|
|
- * DO NOT USE `npm install`
|
|
|
-1. `npm run build` to build client app
|
|
|
-1. `npm run server` to start the dev server
|
|
|
-1. Access `http://0.0.0.0:3000`
|
|
|
|
|
|
For more info, see [Developers Guide](https://github.com/weseek/crowi-plus/wiki/Developers-Guide) on Wiki.
|
|
|
|
|
|
|
|
|
-Documents
|
|
|
+Documentation
|
|
|
==============
|
|
|
|
|
|
* [github wiki pages](https://github.com/weseek/crowi-plus/wiki)
|
|
|
@@ -174,6 +162,19 @@ Documents
|
|
|
Contribution
|
|
|
============
|
|
|
|
|
|
+For development
|
|
|
+-------------
|
|
|
+
|
|
|
+## Build and Run the app
|
|
|
+
|
|
|
+1. `clone` this repository
|
|
|
+1. `yarn global add npm@4` to install required global dependencies
|
|
|
+1. `yarn` to install all dependencies
|
|
|
+ * DO NOT USE `npm install`
|
|
|
+1. `npm run build` to build client app
|
|
|
+1. `npm run server` to start the dev server
|
|
|
+1. Access `http://0.0.0.0:3000`
|
|
|
+
|
|
|
Found a Bug?
|
|
|
-------------
|
|
|
|