Skip to content

Commit c7843b3

Browse files
authored
Update README.md
1 parent b19302a commit c7843b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/notes/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Features:
1010
- [ ] Dynamic color (ArcFox)
1111

1212
This project uses SvelteJS, build it using:
13-
´´´
13+
```
14+
npm install
1415
npm run build
15-
´´´
16+
```
17+
if you see an error while running the local build, that's because Firefox blocks inline javascript, so put all your code on a separate file;
1618

1719
This is meant to run locally on the browser, built into the ArcFox Extension
1820
Feel free to contribute by making changes or adding features!

0 commit comments

Comments
 (0)