WITM-WeDesignTech/README.md

16 lines
224 B
Markdown
Raw Normal View History

2023-02-18 11:11:39 -05:00
# WITM-WeDesignTech
## Setup Development Environment
2023-02-18 11:12:41 -05:00
Install dependencies (Vite & tailwindcss):
2023-02-18 11:11:39 -05:00
```sh
> pnpm install
2023-02-18 11:12:15 -05:00
```
2023-02-18 11:28:59 -05:00
Run webserver (to expose webserver to W/LAN appened the `--host` flag):
2023-02-18 11:11:39 -05:00
```sh
> pnpm run dev
```