https://github.com/hyperjumptech/monika-config-generator
A web app to generate configuration file for Monika
https://github.com/hyperjumptech/monika-config-generator
hacktoberfest javascript nextjs synthetic-monitoring tailwindcss typescript
Last synced: 11 months ago
JSON representation
A web app to generate configuration file for Monika
- Host: GitHub
- URL: https://github.com/hyperjumptech/monika-config-generator
- Owner: hyperjumptech
- License: mit
- Created: 2021-03-30T07:33:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T08:17:11.000Z (over 3 years ago)
- Last Synced: 2025-05-14T15:34:43.359Z (12 months ago)
- Topics: hacktoberfest, javascript, nextjs, synthetic-monitoring, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://hyperjumptech.github.io/monika-config-generator/
- Size: 2.01 MB
- Stars: 5
- Watchers: 10
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCTS.md
Awesome Lists containing this project
README
# Monika Config Generator
This is a web app to help generate a configuration file for [Monika, the open source Monitoring tool](https://github.com/hyperjumptech/monika).
## Features
- Wizard form: to help those who are new to Monika create a configuration file quickly and easily.
- Free form: for those who are already familiar with Monika and want to have advanced configuration.
- Config import: for those who already have a configuration file and want to customize it.
## How to use
Go to [the Monika Config Generator web app](https://monika-config.hyperjump.tech/).
## Development
You can run the web app in your own computer by following these steps:
1. Install Node.js 16 or above.
2. Clone this repository.
3. Enter the repo's directory.
4. Run `npm install`.
5. Run `npm run dev`.
6. Open your browser and go to http://localhost:3000
## Tech Stack
- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [ESLint](https://eslint.org/)
## Discussions
If you need help, want to give feedback, or have a great idea to improve Monika, get involved! Let us know in the [Github discussions](https://github.com/hyperjumptech/monika-config-generator/discussions).
Please abide by the [Contributor's Code of Conduct](CODE_OF_CONDUCTS.md)
## License
MIT License