Go to file
dependabot[bot] e42a8d1bbc
Bump vite from 4.1.2 to 4.1.5
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.2 to 4.1.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-03 03:11:41 +00:00
public added logo 2023-02-18 16:44:50 -05:00
.gitignore init 2023-02-18 11:07:13 -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
LICENSE Initial commit 2023-02-17 18:11:16 -05:00
main.js init 2023-02-18 11:07:13 -05:00
package.json Bump vite from 4.1.2 to 4.1.5 2023-08-03 03:11:41 +00:00
pnpm-lock.yaml Bump vite from 4.1.2 to 4.1.5 2023-08-03 03:11:41 +00:00
README.md remove tailwinds 2023-02-18 12:41:45 -05:00
style.css init 2023-02-18 11:07:13 -05:00

WITM-WeDesignTech

Setup Development Environment

Install dependencies:

>  pnpm install

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

> pnpm run dev