mirror of
https://github.com/le0pard/pgtune.git
synced 2025-06-30 14:21:00 +00:00
le0pard/pgtune | Pgtune - tuning PostgreSQL config by your hardware
https://pgtune.leopard.in.ua/
https://github.com/le0pard/pgtune
.github | ||
.yarn/releases | ||
public | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc | ||
.tool-versions | ||
.yarnrc.yml | ||
Dockerfile | ||
jest.config.js | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README.md | ||
vite.config.js | ||
yarn.lock |
PgTune 
Tuning PostgreSQL config by your hardware. Based on original pgtune. Illustration by Kate.
Development
To start it in development mode, you need install node.js, yarn and run in terminal:
$ yarn # get all node.js deps
$ yarn dev # start server on 5173 port
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request