diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f06235c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +dist diff --git a/README.md b/README.md index 9ae3503..de0f833 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # frontend-web -todo +work in progress, todo: write readme.md + +## Usage + +```bash +$ pnpm install +$ pnpm run dev # for development +$ pnpm run build # for production +``` diff --git a/config.md b/config.md new file mode 100644 index 0000000..13a478a --- /dev/null +++ b/config.md @@ -0,0 +1,8 @@ +# config/interactions + +detailing the degrees of freedom + +## threads + +- show/hide unread threads +- show/hide ignored threads diff --git a/design.md b/design.md new file mode 100644 index 0000000..843c4f7 --- /dev/null +++ b/design.md @@ -0,0 +1,19 @@ +# design notes + +## colors + +- text: +- text dim: +- text bright: +- background: +- background-dim: +- background-dim-2: +- background-dim-3: +- accent: +- link: + +## fonts + +- main: Atkinson Hyperlegible +- display: +- monospace: diff --git a/index.html b/index.html new file mode 100644 index 0000000..62608a9 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + +
+ + + +