Cloudflare Managed Deployment
Disclaimer: All risks arising from the use of this project are borne by the user. We are not responsible for any direct, indirect, incidental, special or consequential damages resulting from the use of this project, including but not limited to loss of profits, data loss or other economic losses. Limitation of Liability: To the maximum extent permitted by applicable law, project authors and contributors shall not be liable for any losses resulting from the use or inability to use this project.
Before you begin, ensure you have Node.js and npm installed on your machine.
And you should create a kv namespace named SHORT_URLS
in cloudflare dashboard, make sure have saved the kv namespace id.
- Fork the repository.
- Clone the repository to your local machine.
- replace the kv_namespaces id in wrangler.toml with your own.
npm install
to install dependencies.npm run dev
to start the development server, and open the project in your browser to test the server.npm run deploy
to build the project.
All risks arising from the use of this project shall be borne by the user. We are not responsible for any direct, indirect, incidental, special or consequential damages resulting from the use of this project, including but not limited to loss of profits, data loss or other economic losses. Limitation of Liability: To the maximum extent permitted by applicable law, project authors and contributors shall not be liable for any losses resulting from the use or inability to use this project.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License. See the LICENSE file for details.