Thank you for taking the time to contribute to this project! The following guidelines should help you get started.
- Clone the repository
git clone https://github.com/jaavid/api-access-gateway.git cd api-access-gateway - Install Cloudflare Wrangler
npm install -g wrangler
- Configure
wrangler.tomlby replacing the placeholder values with your own Cloudflare account information:account_idzone_id- KV namespace
id
- Develop locally using Cloudflare's development server
wrangler dev
- Deploy your changes when ready
wrangler publish
- Use 4 spaces for indentation.
- End statements with semicolons.
- Prefer
constandletovervar. - Keep functions small and add comments where necessary for clarity.
- Fork the repository and create your feature branch.
- Commit your changes with clear and descriptive messages.
- Push your branch to your fork and open a pull request against the
mainbranch of this repository. - Ensure your pull request description explains the purpose of the change and includes any relevant context.
We appreciate all contributions and will review your pull request as soon as possible.