pgtune/README.md
Alexey Vasiliev 25a5c3a35d
update badge
2025-01-28 16:56:16 +02:00

22 lines
933 B
Markdown

# [PgTune](https://pgtune.leopard.in.ua/) [![Build and Deploy](https://github.com/le0pard/pgtune/actions/workflows/deploy.yml/badge.svg)](https://github.com/le0pard/pgtune/actions/workflows/deploy.yml)
[![PGTune](https://repository-images.githubusercontent.com/17980400/ff62f200-e3ae-11e9-9169-fcdbb1cbdb20 "PGTune")](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