Files
Archetype/README.md
T

32 lines
893 B
Markdown
Raw Normal View History

2014-01-10 16:22:14 -08:00
Archetype
=========
2014-03-10 13:49:01 -04:00
![alt tag](http://imulus.github.io/Archetype/images/logo.png)
2014-01-10 17:51:54 -07:00
2014-02-03 10:27:12 -05:00
## Installation
Install the selected <a href='https://github.com/imulus/Archetype/releases'>release</a> through the Umbraco package installer or via <a href='http://www.nuget.org/packages/Archetype/'>NuGet</a>.
## 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 ###
2014-01-10 17:51:54 -07:00
*Requires Node.js to be installed and in your system path*
npm install -g grunt-cli && npm install -g grunt
npm install
2014-02-03 10:27:12 -05:00
### Build ###
2014-01-10 17:51:54 -07:00
grunt
2014-02-03 10:27:12 -05:00
### Deploy ###
2014-01-12 03:36:02 -07:00
grunt deploy --target=C:\\path\\to\\umbraco\\site
grunt watch:dev --target=C:\\path\to\\umbraco\\site
2014-01-13 12:10:33 -05:00
Add `--touch` to either command to automatically touch the web.config on a deploy