OpenMOLE/README.md

753 B

OpenMole landing page redesign

The new and improved design of the OpenMole landing page.

This repository is still under active development.

Tools

Built using 11ty (eleventy) as a static site generator and nunjucks as a templating format.
Trying my best to uphold BEM CSS methodology.

Usage

Clone this repo using
git clone ssh://git@gitlab.openmole.org:20022/narduin/refonte-hp.git

Install node modules. Working with node version 10.11 and later.
yarn install (or npm install)

Run and live reload with browsersync
yarn watch (or npm run watch)

Build in dist folder with
yarn build (or npm run build)