WITM-WeDesignTech/README.md
array-in-a-matrix 6857cb7c03 remove tailwinds
2023-02-18 12:41:45 -05:00

16 lines
203 B
Markdown

# WITM-WeDesignTech
## Setup Development Environment
Install dependencies:
```sh
> pnpm install
```
Run webserver (to expose webserver to W/LAN appened the `--host` flag):
```sh
> pnpm run dev
```