Skip to content

Commit 7fc6f86

Browse files
authored
Merge pull request #1 from source-academy/master
some updates
2 parents 88d4824 + 3e6a014 commit 7fc6f86

File tree

4 files changed

+720
-337
lines changed

4 files changed

+720
-337
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ In package.json, change line 19:
2121
to:
2222
"start-js": "set PORT=80 & react-scripts-ts start",
2323

24+
## For Testing of js-slang
25+
26+
1. For now, use the branch 'update-js-slang' in cadet-frontend
27+
2. Follow the instructions on js-slang to transpile your own copy
28+
3. Edit line 41 of package.json in this project to link to the directory of your js-slang and then run `yarn`:
29+
30+
`"js-slang": "file:path/to/js-slang",`
31+
32+
Note that this copies your files over, any future changes will not be reflected.
33+
34+
You may try [this](https://medium.com/@alexishevia/the-magic-behind-npm-link-d94dcb3a81af) for a smoother experience.
35+
2436
## Application Structure
2537

2638
1. `actions` contains action creators, one file per reducer, combined in index.

0 commit comments

Comments
 (0)