Skip to content

ThorTech/babashka-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published