WITM-WeDesignTech/README.md

16 lines
203 B
Markdown
Raw Permalink Normal View History

2023-02-18 11:11:39 -05:00
# WITM-WeDesignTech
## Setup Development Environment
2023-02-18 12:41:45 -05:00
Install dependencies:
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
```