Project is copied from github.com/falric/mynta-se. Steps below are updated for this project.
Generated new website with HTML5 Boilerplate.
npx create-html5-boilerplate new-site
cd new-site
npm install
npm start
- Searched Picular for a color related to cyberpunk. Decided on
#44658F
. - Generated a color theme with Eva Design System. Downloaded the theme as
custom-theme.json
.
- Searched Duotone for an image related to cyberpunk, then colored it with
#0d1b44
and#dfeff9
. The duo toned image was downloaded, and saved asbg.png
(later exported and renamed tobg.jpg
). - Followed instructions at Perfect Full Page Background Image to set
bg.png
as the background image.