Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 456 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 456 Bytes

WENREDA

Enreda Webpage Builder

NECESARY

SSH Key in Github

Load environment

Clone this repo and then execute inside the folder...

npm install -g grunt-cli
npm install

Build

Just run this command

grunt build

or just

grunt

if you want to watch all changes and refresh the project.

Run

Run a HTTP server into dist folder (we recommend live-server).