Getting Started
configure devhost in under a minute and ship!
Devhost manages the hosts file, local certificates, http request header modification and tls/ssl for you under the hood, so you can focus on the important things!
Devhost needs 2 permissions to start running, don't worry, it's extremely easy!
You can configure by running this command:
Below is an explanation of what configuration does:
1. Configure local CA
Devhost uses mkcert under the hood, so if you have installed mkcert before, no worries, devhost will use your mkcert ca.
If you've never installed mkcert before:
- you can install the CA with mkcert
- you can install the CA with Devhost (elevated privilege for Devhost)
2. Configure write access to Hosts file
Devhost needs write access to the Hosts file to automatically configure the dns resolution for you.
We achieve this by granting write permission to the current user, following the prompted commands from terminal.
For macos:
For windows: