Files
Archetype/README.md
T

54 lines
2.0 KiB
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-05-29 17:50:43 -04:00
![alt tag](http://imulus.github.io/Archetype/images/example1.png)
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 ##
2015-04-10 11:27:11 -04:00
https://github.com/kgiszewski/ArchetypeManual
2014-02-03 10:27:12 -05:00
2017-09-04 17:26:56 -04:00
Get up and running in 15 minutes! https://www.youtube.com/watch?v=79LksNwGjLk
## News and Updates ##
2014-04-03 17:47:13 -04:00
Follow us on Twitter https://twitter.com/ArchetypeKit
## Core Team ##
2016-03-29 09:41:05 -04:00
* Kevin Giszewski (founder/project lead) - University of Notre Dame - https://kevin.giszewski.com/
2016-03-10 12:07:53 -05:00
* Tom Fulton (founder) - Tonic - http://hellotonic.com/
* Lee Kelleher - Umbrella - http://www.umbrellainc.co.uk/
* Matt Brailsford - The Outfield - http://www.theoutfield.co.uk/
* Kenn Jacobsen - Vertica - http://kennjacobsen.dk/
2017-06-26 09:12:11 -04:00
## Donate!
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KBKWLURGLGU6L)
This project is funded by the core team members' time only. We don't charge for Archetype but it does take quite a bit of effort to keep it up-to-date with Umbraco core changes. If you're making a few bucks off of Archetype, we wouldn't refuse a donation :)
2014-02-03 10:27:12 -05:00
## 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-03-18 22:59:06 -06:00
grunt
Builds the project to `/dist/`. These files can be dropped into an Umbraco 7 site, or you can build directly to a site using:
grunt --target="D:\inetpub\mysite"
You can also watch for changes using:
2014-01-10 17:51:54 -07:00
2014-03-17 19:04:10 -06:00
grunt watch
2014-03-18 22:59:06 -06:00
grunt watch --target="D:\inetpub\mysite"
2014-01-10 17:51:54 -07:00
2014-04-03 17:47:13 -04:00
Add `--touch` to either command to automatically touch the web.config on a deploy