Skip to content

Commit 0bf76a0

Browse files
Update README.md
1 parent 522a909 commit 0bf76a0

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
21
# Cipher Academy
32

43
Browser-based offensive security sandbox. Runs Python 3.11 entirely client-side using WebAssembly (Pyodide).
54

5+
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen)]()
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7+
8+
## Access
9+
10+
This project runs directly in the browser as a Progressive Web App (PWA).
11+
12+
* **Live Demo:** [Insert Your App Link Here]
13+
* **Status:** Active Development
14+
615
## Architecture Reference
716

817
| Component | Implementation | Notes |
@@ -41,13 +50,4 @@ npm install
4150
npm run dev
4251

4352
# Build for production
44-
npm run build
45-
```
46-
47-
## Deployment
48-
49-
Configured for GitHub Pages. Pushing to `main` triggers the build workflow via GitHub Actions.
50-
51-
## License
52-
53-
Distributed under the MIT License. See `LICENSE` for more information.
53+
npm run build

0 commit comments

Comments
 (0)