Initial commit
This commit is contained in:
commit
b1338541c4
14 changed files with 1401 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# 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
|
||||
|
||||
``` sh
|
||||
npm install -g pnpm
|
||||
```
|
||||
|
||||
After cloning the repository you should install all dependencies like so:
|
||||
|
||||
``` sh
|
||||
git clone github.com/saunaclub/inkpot-frontend
|
||||
pnpm install
|
||||
```
|
||||
|
||||
## Dev Environment
|
||||
|
||||
To start a local development environment, run
|
||||
|
||||
``` sh
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue