wopian.me
1.0.0
Homepage for my personal projects and open source contributions
In your terminal or IDE run:
yarn
The HTML is written in Pug under ./client/
The CSS is written in SCSS under ./client/styles
Compiles the Pug and SCSS source files into ./dist
yarn build
Hot reloads changes made to ./dist
. Active port is outputted to terminal
yarn dev