Quick Start
Get up and running with Kexra in minutes, from installation to your first program.
Why this exists
A quick start guide provides the fastest path to trying Kexra, reducing barriers to entry.
How it works
Follow these steps: install, create file, write code, run.
Examples
- Install:
npm install -g kexra - Create
hello.kx:say "Hello, Kexra!" - Run:
kex run hello.kx
Common mistakes
- Skipping installation verification
- Not saving the file
- Running without the correct command