Contributions are welcome! If you have any ideas, suggestions, or find any bugs, feel free to:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch-name) - Make your changes
- Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature-branch-name) - Open a pull request
Please make sure your code follows the project's coding style and is properly documented.
If you're not familiar with contributing on GitHub, this guide can help you get started. Thanks for helping to improve PanicMode!
cd panicmode
pnpm i
pnpm run dev