You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
public | 1 month ago | |
.gitignore | 1 month ago | |
LICENSE | 1 month ago | |
README.md | 1 month ago | |
counter.js | 1 month ago | |
index.html | 1 month ago | |
javascript.svg | 1 month ago | |
main.js | 1 month ago | |
package.json | 1 month ago | |
pnpm-lock.yaml | 1 month ago | |
style.css | 1 month ago |
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