Go to file
dependabot[bot] eff2d1965c
Bump postcss from 8.4.21 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 16:55:57 +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 remove tailwinds 2023-02-18 12:41:45 -05:00
pnpm-lock.yaml Bump postcss from 8.4.21 to 8.4.31 2023-10-07 16:55:57 +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