diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2025-10-30 23:34:37 +0000 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2025-10-30 23:34:37 +0000 |
| commit | e9b62b2bc620bae72daa32d6b96bd5e59b2a293f (patch) | |
| tree | fa0c6bc4b95d822b985d0e7b8a34c27568b489d3 | |
| parent | 367e74c3dd2929306c24393311386c8f2a4a9ddd (diff) | |
| download | zue.dev-e9b62b2bc620bae72daa32d6b96bd5e59b2a293f.tar zue.dev-e9b62b2bc620bae72daa32d6b96bd5e59b2a293f.tar.gz zue.dev-e9b62b2bc620bae72daa32d6b96bd5e59b2a293f.tar.bz2 zue.dev-e9b62b2bc620bae72daa32d6b96bd5e59b2a293f.tar.xz zue.dev-e9b62b2bc620bae72daa32d6b96bd5e59b2a293f.zip | |
update readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ -# api.zue.dev +# [api.zue.dev](https://api.zue.dev/) + +> [@zuedev](https://github.com/zuedev)'s public API to support personal projects ## Development -**This project is mirrored!** Please do not push directly to this repository. Instead, format your changes using [`git format-patch`](https://git-scm.com/docs/git-format-patch) and send them to me via [email](mailto:git@zue.dev) or [Discord](https://discord.com/users/723361818940276736). +This project uses [Wrangler](https://github.com/cloudflare/workers-sdk) to test and deploy versions. Use `wrangler dev` to test and `wrangler deploy` to deploy new versions. |
