Skip to content

Commit 3ee0c30

Browse files
authored
Merge pull request #71 from betterbrowser/Notes-and-Easels
Added Notes and Easels
2 parents 241dd96 + b14e021 commit 3ee0c30

File tree

23 files changed

+3198
-0
lines changed

23 files changed

+3198
-0
lines changed

src/components/easels/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.DS_Store
2+
node_modules
3+
/build
4+
/.svelte-kit
5+
/package
6+
.env
7+
.env.*
8+
!.env.example
9+
vite.config.js.timestamp-*
10+
vite.config.ts.timestamp-*

src/components/easels/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

src/components/easels/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## ArcFox Easels - the official open-source Easel system for [ArcFox](https://github.com/betterbrowser/arcfox)
2+
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+
npm run build
8+
´´´
9+
10+
This is meant to run locally on the browser, built into the ArcFox Extension
11+
Feel free to contribute by making changes or adding features!

0 commit comments

Comments
 (0)