Go to file
heyarne 77dce82c90 First rough sketches 2022-01-14 16:14:05 +01:00
src First rough sketches 2022-01-14 16:14:05 +01:00
.envrc Initial commit 2022-01-14 14:21:57 +01:00
.gitignore Initial commit 2022-01-14 14:21:57 +01:00
LICENSE Initial commit 2022-01-14 14:21:57 +01:00
README.md Initial commit 2022-01-14 14:21:57 +01:00
favicon.svg Initial commit 2022-01-14 14:21:57 +01:00
flake.lock Initial commit 2022-01-14 14:21:57 +01:00
flake.nix Initial commit 2022-01-14 14:21:57 +01:00
index.html Initial commit 2022-01-14 14:21:57 +01:00
package.json Initial commit 2022-01-14 14:21:57 +01:00
pnpm-lock.yaml Initial commit 2022-01-14 14:21:57 +01:00
tsconfig.json Initial commit 2022-01-14 14:21:57 +01:00

README.md

Inkpot Frontend

This repository contains what will hopefully at some point be the frontend for the inkpot e-ink display message relay.

Tooling

This project uses nodejs version 16 with the pnpm package manager. You can install it using

npm install -g pnpm

After cloning the repository you should install all dependencies like so:

git clone github.com/saunaclub/inkpot-frontend
pnpm install

Dev Environment

To start a local development environment, run

pnpm dev