Skip to content

Commit 3da6824

Browse files
authored
Add README.md (#5)
1 parent bd60ac9 commit 3da6824

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# 🌐 portal
2+
3+
[![Live](https://img.shields.io/badge/status-live-green?style=flat-square)](https://grug-group420.github.io/portal)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](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

Comments
Β (0)