We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19302a commit c7843b3Copy full SHA for c7843b3
src/components/notes/README.md
@@ -10,9 +10,11 @@ Features:
10
- [ ] Dynamic color (ArcFox)
11
12
This project uses SvelteJS, build it using:
13
-´´´
+```
14
+npm install
15
npm run build
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;
18
19
This is meant to run locally on the browser, built into the ArcFox Extension
20
Feel free to contribute by making changes or adding features!
0 commit comments