Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.11 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.11 KB

ThorTech Babashka Hackathon

QuickStart

  1. Install Babashka

    bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
  2. Ensure the main file is executable

    chmod +x src/thortech/main.clj
  3. Execute the main file

    bb -m thortech.main
    

Project Structure

├── LICENSE
├── README.md
├── deps.edn
├── src
│   └── thortech (namespace)
│       └── main.clj
└── test
    └── thortech (namespace)
        └── test_main.clj

Resources

Setup

Develop

Learn