/wopian.me

🌐 Homepage for my projects and open source contributions

Primary LanguagePugMIT LicenseMIT

wopian.me

web badge uptime badge travis badge david badge david dev badge

Homepage for my personal projects and open source contributions

Contributing

Requirements

  • Node - Any supported LTS version
  • Yarn - 1.x

Installing

In your terminal or IDE run:

yarn

Making Changes

The HTML is written in Pug under ./client/

The CSS is written in SCSS under ./client/styles

Commands

Build Website

Compiles the Pug and SCSS source files into ./dist

yarn build

Development Server

Hot reloads changes made to ./dist. Active port is outputted to terminal

yarn dev