-
Download the window-setup.ps1 file
-
Run PowerShell with administrator privileges.
-
Change the security policy by entering the command below.
$ Set-ExecutionPolicy RemoteSigned
$ Set-ExecutionPolicy AllSigned
- Run the downloaded file.
$ (your-directory) .\window-setup.ps1
- Install Choco
- Download 2 files rootCA-key.pem and rootA.pem
- Create folder named mkcert
- Move 2 downloaded files to mkcert
- Run command
$env:CAROOT="C://Users/mkcert"
- Run
mkcert -install
- Restart your computer
-
Download the macos-setup.sh file.
-
Run the above file with the sh command in the terminal.
$ (your-directory) sh ./macos-setup.sh