kvnlnt / oem-demo

Demo site for the oem framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oem-demo

Demo site for the oem framework https://github.com/kvnlnt/oem

Setup

Install demo dependencies:

npm i

Install oem:

git submodule init
git submodule update
cd oem
npm i

Run

To launch the demo run node demo [demo]. The demo argument is any of the filenames of the html documents in src. In order to run the weather.html demo, you'd run this command:

node demo weather

About

Demo site for the oem framework


Languages

Language:JavaScript 86.7%Language:CSS 12.2%Language:HTML 1.2%