Virtual Game Template makes use of Mustache(5). Please read the Official docs to understand how templating works.
Here's how the tool works:
Visit https://elfa.ai to learn more.
- Node.js installed on your system
- API keys for Elfa.ai
- Clone this repository
git clone https://github.com/yourusername/virtual-game-template.git
cd virtual-game-template- Install dependencies
bun install- Configure your API keys
cp .env.sample .envThen update your API keys in the config file.
Run the CLI tool using:
