mirror of
https://github.com/le0pard/pgtune.git
synced 2025-07-01 06:36:27 +00:00
22 lines
933 B
Markdown
22 lines
933 B
Markdown
# [PgTune](https://pgtune.leopard.in.ua/) [](https://github.com/le0pard/pgtune/actions/workflows/deploy.yml)
|
|
|
|
[](https://pgtune.leopard.in.ua/)
|
|
|
|
Tuning PostgreSQL config by your hardware. Based on original [pgtune](https://github.com/gregs1104/pgtune). Illustration by [Kate](https://dribbble.com/Kite).
|
|
|
|
## Development
|
|
|
|
To start it in development mode, you need install node.js, yarn and run in terminal:
|
|
|
|
```bash
|
|
$ yarn # get all node.js deps
|
|
$ yarn dev # start server on 5173 port
|
|
```
|
|
|
|
## Contributing
|
|
|
|
1. Fork it
|
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
5. Create new Pull Request
|