This repository contains the code of my personal website jvega.dev.
I am writing some blog posts about building the site. You can fine them in dev.to.
yarn
This instructions only work in Unix environments I think
-
Install
mkcert
package. For Arch linux, it is in the AUR. -
Run
mkcert --install
. Don't forget to restart all your browsers! -
From a location outside the project run
mkcert localhost
-
Add to the
.env
file in the root to the project these two new entries:HTTPS_KEY_FILE="/full/path/to/your/localhost-key.pem" HTTPS_CERT_FILE="/full/path/to/your/localhost.pem"
yarn start
yarn build