File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21# Cipher Academy
32
43Browser-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
4150npm 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
You can’t perform that action at this time.
0 commit comments