Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Nov 15, 2023
1 parent 4adcd03 commit 8061e96
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 145 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ Tuning PostgreSQL config by your hardware. Based on original [pgtune](https://gi

## Development

Web app build on top of [middleman](http://middlemanapp.com/). To start it in development mode, you need install ruby, node.js and run in terminal:
To start it in development mode, you need install node.js, yarn and run in terminal:

```bash
$ bundle # get all ruby deps
$ yarn # get all node.js deps
$ middleman server # start server on 4567 port
$ yarn dev # start server on 5173 port
```

## Contributing
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.0.0-beta.3",
"@vitejs/plugin-react": "^4.1.0",
"@reduxjs/toolkit": "^2.0.0-beta.4",
"@vitejs/plugin-react": "^4.1.1",
"@vituum/vite-plugin-liquid": "^1.0.0",
"@yarnpkg/pnpify": "^4.0.0",
"@yarnpkg/pnpify": "^4.0.1",
"classnames": "^2.3.2",
"clipboard": "^2.0.11",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-react-refresh": "^0.4.4",
"formik": "^2.4.5",
"highlight.js": "^11.9.0",
"jest": "^29.7.0",
Expand All @@ -39,16 +39,16 @@
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-preset-env": "^9.2.0",
"prettier": "^3.0.3",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.0",
"prop-types": "^15.8.1",
"react-redux": "^8.1.3",
"react-router": "^6.17.0",
"react-router-dom": "^6.17.0",
"react-router": "^6.18.0",
"react-router-dom": "^6.18.0",
"redux-logger": "^3.0.6",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.5",
"vituum": "^1.0.0",
"vite-plugin-pwa": "^0.16.7",
"vituum": "^1.0.1",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-webpack-plugin": "^7.0.0",
Expand Down
Loading

0 comments on commit 8061e96

Please sign in to comment.