brew tap TBD54566975/ftl && brew install ftl
mkdir myproject
cd myproject
git init .
ftl init kotlin . alice
ftl serve
ftl deploy ftl-module-alice
ftl call alice.echo '{"name": "Mic"}'
Resource | Description |
---|---|
CODEOWNERS | Outlines the project lead(s) |
CODE_OF_CONDUCT.md | Expected behavior for project contributors, promoting a welcoming environment |
CONTRIBUTING.md | Developer guide to build, test, run, access CI, chat, discuss, file issues |
GOVERNANCE.md | Project governance |
LICENSE | Apache License, Version 2.0 |