mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-08 20:58:27 +00:00
19 lines
340 B
Markdown
19 lines
340 B
Markdown
# Instructions
|
|
|
|
Update "prism-sway.js" file.
|
|
|
|
Then run:
|
|
|
|
```sh
|
|
./build.sh
|
|
```
|
|
|
|
If you are actively developing and testing and want to keep `prism` (repo) directory add `keep` in the command
|
|
|
|
```sh
|
|
./build.sh keep
|
|
```
|
|
|
|
## Testing
|
|
|
|
If you want to test it in html, `keep` the "prism" folder, and open "test-suite.html" and start writing Sway.
|