Skip to content

Commit ea4e982

Browse files
Update README with import instructions and local running guide
1 parent 3f12b15 commit ea4e982

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ HyperCod is an interactive platform and English-like scripting language inspired
77
## 🚀 Live Links
88

99
* **[Use HyperCOD](https://everythingability.github.io/HyperCod/)** - Launch the application and start building.
10-
* **[All About HyperCOD](https://everythingability.github.io/HyperCod/docs/)** - A demo of what it is and what it can do.
10+
* **[All About HyperCOD](https://everythingability.github.io/HyperCod/docs/)** - A demo of what it is and what it can do.
1111

1212
## 📝 What is HyperCod?
1313

@@ -38,6 +38,19 @@ Note: You can install HyperCod as a PWA (Progressive With Attitude) on your devi
3838
3939
![HyperCOD Install](Install.png)
4040
41+
## 🛠 How to Import a Stack
42+
43+
1. **Launch the App**: Open [HyperCOD](https://everythingability.github.io/HyperCod/) in your browser.
44+
2. **Import the Stack**: Click the File menu and select "File > Import Stack JSON..." and choose the **All About HyperCOD.json** file.
45+
46+
## Running HyperCod Locally
47+
48+
1. **Clone the Repository**: `git clone https://github.com/everythingability/HyperCod.git`
49+
2. **Navigate to the Directory**: `cd HyperCod`
50+
3. **Run a webserver**: `python -m http.server`
51+
4. **Open the app**: `http://localhost:8000`
52+
53+
But remember, if you run the PWA, or run it on github pages, or load it from a webserver, your stack content will be stored in the browser's local storage - so may be different from the stack content stored in the browser's local storage when you run it locally.
4154
---
4255
4356
## 🛠 Developer Links

0 commit comments

Comments
 (0)