Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x source/
-rw-r--r-- README.md
-rw-r--r-- dotenv
-rw-r--r-- e2e.js
-rw-r--r-- index.html
-rw-r--r-- package.json
-rw-r--r-- pnpm-lock.yaml
-rw-r--r-- todo
-rw-r--r-- vite.config.js
README

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