development
```
pnpx vite
```
production
```
pnpx vite build
```
stuff in the public folder will get copied to project root. useful for files that are never referenced in source code (e.g. robots.txt), or must retain the exact same file name (without hashing).

https://realfavicongenerator.net/
https://stackoverflow.com/questions/48956465