|
| 1 | +# π portal |
| 2 | + |
| 3 | +[](https://grug-group420.github.io/portal) |
| 4 | +[](https://opensource.org/licenses/MIT) |
| 5 | + |
| 6 | +> The interactive web portal for [grug-group420](https://github.com/grug-group420) β with a live CLI playground. |
| 7 | +
|
| 8 | +**π [Visit the Portal β](https://grug-group420.github.io/portal)** |
| 9 | + |
| 10 | +## What's Inside |
| 11 | + |
| 12 | +- **Organization landing page** β overview of all grug-group420 projects |
| 13 | +- **Live CLI playground** β try grugbot420 commands directly in the browser |
| 14 | +- **Project showcase** β descriptions, links, and status for all repos |
| 15 | + |
| 16 | +## Tech Stack |
| 17 | + |
| 18 | +- Vanilla HTML/CSS/JavaScript |
| 19 | +- Zero dependencies |
| 20 | +- Zero build step |
| 21 | +- Hosted via GitHub Pages |
| 22 | + |
| 23 | +## Files |
| 24 | + |
| 25 | +``` |
| 26 | +portal/ |
| 27 | +βββ index.html # Main page |
| 28 | +βββ styles.css # Styles |
| 29 | +βββ app.js # Playground logic |
| 30 | +``` |
| 31 | + |
| 32 | +## Run Locally |
| 33 | + |
| 34 | +```bash |
| 35 | +git clone https://github.com/grug-group420/portal.git |
| 36 | +cd portal |
| 37 | +# Open index.html in your browser, or: |
| 38 | +python3 -m http.server 8000 |
| 39 | +# Visit http://localhost:8000 |
| 40 | +``` |
| 41 | + |
| 42 | +## Part of grug-group420 |
| 43 | + |
| 44 | +| Project | Description | |
| 45 | +|---------|-------------| |
| 46 | +| [grugbot420](https://github.com/grug-group420/grugbot420) | Neuromorphic cognitive engine (Julia) | |
| 47 | +| [Bindboss](https://github.com/grug-group420/Bindboss) | Self-extracting executable packer (Go) | |
| 48 | +| [grugbot-server](https://github.com/grug-group420/grugbot-server) | AI CLI assistant (Bun.js) | |
| 49 | +| [grug-cli](https://github.com/grug-group420/grug-cli) | Zero-dep developer toolkit | |
| 50 | + |
| 51 | +--- |
| 52 | + |
| 53 | +*grug say: "complexity very very bad" πͺ¨* |
0 commit comments