Skip to content

golamrabbiazad/meta-llm-cfworker-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-llm-cfworker-text

CI workflow

Requirements

Getting started

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.

🧞 Commands

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

πŸš€ Project Structure

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

Contributions

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.

License

Licensed under the MIT License, Copyright Β© 2025

See LICENSE for more information.


Made with β™₯ by Golamrabbi Azad