forked from opengaussexamples/examples
|
|
||
|---|---|---|
| .. | ||
| .github | ||
| .idea | ||
| .yarn | ||
| assets | ||
| lib | ||
| source | ||
| .eslintrc | ||
| .gitignore | ||
| .tool-versions | ||
| .yarnrc.yml | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| README.md | ||
| babel.config.js | ||
| browserslist.config.js | ||
| config.rb | ||
| jest.config.js | ||
| package.json | ||
| postcss.config.js | ||
| webpack.config.js | ||
| yarn.lock | ||
README.md
Tuning openGauss config by your hardware.
Development
Web app build on top of middleman. To start it in development mode, you need install ruby, node.js and run in terminal:
$ bundle # get all ruby deps
$ yarn # get all node.js deps
$ middleman server # start server on 4567 port