Skip to content

๐ŸŒ Homepage for my projects and open source contributions

License

Notifications You must be signed in to change notification settings

wopian/wopian.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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