Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 926 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 926 Bytes

VeChain's community-built website

Description

This repository contains code related to the new VeChain community built website.

Contributing

Please join our Discord Community to interact with members of our dev staff and other contributors. You may fork this repo and submit pull requests to contribute.

Setup

This site runs on Jekyll, a static site generator.

To install:

# Install jekyll + bundler if you dont yet have it
gem install bundler jekyll

# CD into repo directory
cd VeChain-New-Website

# Install dependencies
bundle install

# Install latest version of Neat SCSS grid
# CD in _sass directory
neat install

If you get lost, try following the full jekyll installation instructions for your system or ask on the Discord Community for help.

To Run:

jekyll serve