Skip to content

lossen/vulpemcom

 
 

Repository files navigation

Vulpem Ventures Website

Vulpem Ventures

Deployment

npm run deploy

The script will bundle and commit the subtree located in /dist onto Github Pages via gh-pages branch

Development

Requirements

  • Node > 8 / NPM > 5
  • Editor Style: Spaces 2

Clone

git clone https://github.com/vulpemventures/vulpemcom

Install

Install dependencies being in the cloned folder vulpemcom

npm i

Watch & Reload

npm start

Run a local server

npm run server

Bundle for production

npm run bundle

Generate styleguide

npm run styleguid

Build SCSS into CSS

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

About

Vulpem Ventures main website

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 71.4%
  • HTML 18.8%
  • JavaScript 9.8%