Built by drggboy, grtm77, and the community!
I believe that you should bring value to the reader as soon as possible. You should be able to get the user up and running with your project with minimal friction.
If you have a quickstart guide, this is where it should be.
Alternatively, you can add a demo to show what your project can do.
Next, you have to explain how to use your project. You can create subsections under here to explain more clearly.
-
自行编译
- JDK v1.8
- MATLAB R2016b (9.1)
-
运行环境
- JRE v1.8
- MATLAB Runtime R2016b (9.1)
Note: For longer README files, I usually add a "Back to top" buttton as shown above. It makes it easy to navigate.
Clone this repository and navigate inside the project folder and install the dependencies by running:
npm ci
After installing the dependencies, build the project by executing:
npm run build
You can use the code snippets here as well:
command to clone your project
command to build your project
command to run your project in development mode
├── Readme.md // help
├── app // 应用
├── config // 配置
│ ├── default.json
│ ├── dev.json // 开发环境
│ ├── experiment.json // 实验
│ ├── index.js // 配置控制
│ ├── local.json // 本地
│ ├── production.json // 生产环境
│ └── test.json // 测试环境
├── data
├── doc // 文档
├── environment
├── gulpfile.js
├── locales
├── logger-service.js // 启动日志配置
├── node_modules
├── package.json
├── app-service.js // 启动应用配置
├── static // web静态资源加载
│ └── initjson
│ └── config.js // 提供给前端的配置
├── test
├── test-service.js
└── tools
To install the developer version follow the steps below. To just use the extension download from chrome.google.com/webstore/nsfw-filter.
To run development version in clean environment use command:
npm run dev:chrome
-
添加系统环境变量 export $PORTAL_VERSION="production" // production, test, dev
-
npm install //安装node运行环境
-
gulp build //前端编译
-
启动两个配置(已forever为例) eg: forever start app-service.js forever start logger-service.js
Thanks goes to these wonderful people (emoji key):
drggboy 💻 📖 |
grtm77 💻 📖 |
|||||
Add your contributions |
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT license.