Files
Archetype/README.md
T
Kevin Giszewski 92b2615e46 Update README.md
2014-03-10 13:49:01 -04:00

893 B

Archetype

alt tag

Installation

Install the selected release through the Umbraco package installer or via NuGet.

Official Docs

http://imulus.github.io/Archetype

Contribute

Want to contribute to Archetype? You'll want to use Grunt (our task runner) to help you integrate with a local copy of Umbraco.

Install Dependencies

Requires Node.js to be installed and in your system path

npm install -g grunt-cli && npm install -g grunt
npm install

Build

grunt

Deploy

grunt deploy --target=C:\\path\\to\\umbraco\\site
grunt watch:dev --target=C:\\path\to\\umbraco\\site

Add --touch to either command to automatically touch the web.config on a deploy