|
1 month ago | |
---|---|---|
_design | 1 month ago | |
_includes | 5 months ago | |
assets | 5 months ago | |
src | 5 months ago | |
.eleventy.js | 1 year ago | |
.gitignore | 6 months ago | |
README.md | 1 year ago | |
index.njk | 6 months ago | |
package-lock.json | 6 months ago | |
package.json | 6 months ago | |
postcss.config.js | 6 months ago | |
yarn.lock | 6 months ago |
The new and improved design of the OpenMole landing page.
This repository is still under active development.
Built using 11ty (eleventy) as a static site generator and nunjucks as a templating format.
Trying my best to uphold BEM CSS methodology.
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
)