Go to file
AsherAnd 8a481c7e3e added logo 2023-02-18 16:44:50 -05:00
public added logo 2023-02-18 16:44:50 -05:00
.gitignore init 2023-02-18 11:07:13 -05:00
LICENSE Initial commit 2023-02-17 18:11:16 -05:00
README.md remove tailwinds 2023-02-18 12:41:45 -05:00
counter.js init 2023-02-18 11:07:13 -05:00
index.html init 2023-02-18 11:07:13 -05:00
javascript.svg init 2023-02-18 11:07:13 -05:00
main.js init 2023-02-18 11:07:13 -05:00
package.json remove tailwinds 2023-02-18 12:41:45 -05:00
pnpm-lock.yaml remove tailwinds 2023-02-18 12:41:45 -05:00
style.css init 2023-02-18 11:07:13 -05:00

README.md

WITM-WeDesignTech

Setup Development Environment

Install dependencies:

>  pnpm install

Run webserver (to expose webserver to W/LAN appened the --host flag):

> pnpm run dev