vulpemventures / vulpemcom

Vulpem Ventures main website

Home Page:https://vulpem.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Serve locally

npm run serve

Bundle for production

npm run build

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

npm run scss

The compiled css are in the ./src/css folder

About

Vulpem Ventures main website

https://vulpem.com


Languages

Language:HTML 64.0%Language:CSS 36.0%