web development environment

My web development env is in the web.

Here’s how everything is set up:

VSCode connect to VPS via SSH

From there, it’s as simple as a git clone to fetch the project, and npm run dev to start it. To make the site public, I just add an entry to the Caddy webserver (if needed one can add basic auth for restricted access.)

Caddy dev config configuration And just like that, literally building in public !