Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.05 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.05 KB

neurod-task-spin

  • Spinny wheel for todo task completion

🔨 How to Build

Go Direct

# Using `make`
make

# Without `make`
go build
  • Note: Building with or without make leads to a differently named binary:
    • with make: spins
    • without make: neurod-task-spin
    • they both do the same thing, just a name change

Kubernetes

⚗️ Usage


🖼️ Screenshots / Images

Screenshot Demo

site with demo pic

🗃️ Directory Explanation

.
├── assets            ; css / js for website
├── imgs              ; images to show off repo more
├── lib               ; go logic
└── templates         ; how the html is rendered

⚠️ Disclaimer