No description
- TypeScript 59.7%
- Nix 14.4%
- CSS 13.3%
- HTML 12.6%
| src | ||
| .envrc | ||
| .gitignore | ||
| favicon.svg | ||
| flake.lock | ||
| flake.nix | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
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