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 3ee0c30 commit b19302aCopy full SHA for b19302a
src/components/easels/README.md
@@ -3,9 +3,12 @@
3
Hey there! This is a very early version of Easels, so a lot of features are missing.
4
5
It uses SvelteJS, build it using:
6
-´´´
+
7
+```
8
+npm install
9
npm run build
10
11
+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;
12
13
This is meant to run locally on the browser, built into the ArcFox Extension
14
Feel free to contribute by making changes or adding features!
0 commit comments