npm run deploy
The script will bundle and commit the subtree located in /dist
onto Github Pages via gh-pages branch
- Node > 8 / NPM > 5
- Editor Style:
Spaces 2
git clone https://github.com/vulpemventures/vulpemcom
Install dependencies being in the cloned folder vulpemcom
npm i
npm start
npm run server
npm run bundle
npm run styleguid
The folder structure and the file names are mandatory. Do not rename or move any folder
Import each new file created in the src/scss/style.scss file
@import "./lib/variables/spacing.scss";
Run the build script in the root folder
node_modules/.bin/gulp scss-to-css
The compiled css are in the ./src/css
folder