Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Portfolio of Lukas Oppermann — Design Lead from Berlin.

Notifications You must be signed in to change notification settings

lukasoppermann/veare-pre-next

Repository files navigation

vea.re

Hey, I am Lukas Oppermann, a senior UI/UX designer from Berlin.

Node.js CI Lighthouse audit live site

Setup local dev environment

publishing to server

1. setup ssh key with server

2. Install capistrano

# install capistrano
sudo gem install capistrano
# install capistrano npm
sudo gem install capistrano-npm

Use mkcert to create a cert for localhost

brew install mkcert
brew install nss # if you use Firefox

When using mkcert the first time, install it:

$ mkcert -install

Now create a cert for your domain, e.g. localhost

$ mkcert localhost