- To view the page
Simply go to ./dist
folder, open index.html
or https://beckzayi.github.io/leap-gh
- scss
Scss files are located in ./src/styles.scss
. The css file styles.css
in ./dist
is generated by the scss in ./src
- To run scss
If you want to change or test those scss files, please firstly npm install
(to install node-sass), and secondly run npm run build-css
in command line to build css.
- Question
Please feel free to send feedback to [email protected], and thank you.