Skip to content

Commit 71f7476

Browse files
Merge pull request #43 from JMU-CS/dev
Upgrade vite and fix bugs from Texas
2 parents 62fd8da + 9a3b4bd commit 71f7476

File tree

11 files changed

+705
-216
lines changed

11 files changed

+705
-216
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ The text editor uses [Ace][3], and the block editor uses [Blockly][4].
99
[3]: https://ace.c9.io/
1010
[4]: https://developers.google.com/blockly
1111

12-
<figure>
13-
<img src="public/images/praxly-screenshot-narrow.png">
14-
<figcaption>Screenshot of Praxly running a recursive factorial function</figcaption>
15-
</figure>
16-
12+
_Screenshot of Praxly running a recursive factorial function_
13+
![](public/images/praxly-screenshot-full.png)
1714

1815
## Development
1916

@@ -40,17 +37,17 @@ $ cd test
4037
$ ./run_all.sh
4138
```
4239

43-
*Note: This script connects to the local dev server.*
40+
_Note: This script connects to the local dev server._
4441

4542
## Deployment
4643

47-
*Note: This process is automated via GitHub actions.*
48-
4944
To build (manually) for production:
5045
```
5146
PRAXLY_PATH=/relative/path/on/server npm run build
5247
```
5348

49+
_Note: Deployment to praxly.cs.jmu.edu is automated via GitHub actions._
50+
5451
## Embedding
5552

5653
You can embed Praxly on any website using an iframe:
@@ -71,3 +68,10 @@ Parameter | Options | Description |
7168
\#code= | url-encoded format | The initial source code |
7269

7370
\* = default values for embedded mode
71+
72+
_Screenshot of Praxly embedded in an iframe on Canvas LMS_
73+
![](public/images/praxly-screenshot-embed.png)
74+
75+
## License
76+
77+
Praxly's source code is available under [CC BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/).
File renamed without changes.

0 commit comments

Comments
 (0)