- Rust and cargo
- Node.js 20+ and bun pkg manager
- GitHub CLI
Run the following command on your local environment:
gh repo clone golamrabbiazad/meta-llm-cfworker-text
cd meta-llm-cfworker-text
cargo install
Then, you can run the project locally in development mode with live reload by executing:
bunx wrangler dev
Open http://localhost:8787 with your favorite browser to see your project.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
cargo install |
Installs dependencies |
bunx wrangler dev |
Starts local dev server at localhost:4321 |
bunx wrangler deploy |
Build your project to cf-worker |
bunx wrangler --help |
Get help using the Wrangler CLI |
Inside of your Astro project, you'll see the following folders and files:
.
βββ README.md # README file
βββ .github # GitHub folder
βββ .vscode # VSCode configuration
βββ public/ # Public assets folder
β βββ favicon.svg
βββ src/
β βββ text_generate/
β β βββ mod.rs
β βββ lib.rs # entry point of the program
β βββ target # debug, release, wasm32 bineries.
βββ Cargo.toml # Rust Deps management and opt configs
βββ wrangler.toml # Cloudflare configuration
Everyone is welcome to contribute to this project. Feel free to open an issue if you have any questions or find a bug. Totally open to suggestions and PR improvements.
Licensed under the MIT License, Copyright Β© 2025
See LICENSE for more information.
Made with β₯ by Golamrabbi Azad