<h1 align="center">DNA</h1>
<h3 align="center">Angular in an Nginx Docker Container</h3>

The DNA framework lets you build deploy ready scalable angular apps in docker containers.
Out of the box its a fully functional site with user login, leads management, Prismic integration for CMS. Think Wordpress, without all the bloat and completely scalable with docker. 
It ships ready to connect to your own RESTful API. 
Its designed to allow you to only focus on the HTML and CSS and minimal Javascript. It is based on [Docker](https://www.docker.com/), [Nginx](https://www.nginx.com/) & [AngularJS](https://angularjs.org/)  

Follow [@HivebridgeLabs](https://twitter.com/hivebridgelabs) on Twitter for important
announcements.

## Installation
To install DNA, use [`npm`](https://docs.npmjs.com/). The preferred method is to install DNA CLI as a global dependency:

```sh
npm install dna-cli -g
```

## Quick start

**To assemble a site run:**
<br/>`cd my-website`
<br/>`dna assemble`


**To start a dna container:**
<br/>`cd my-website`
<br/>`dna start`


**To stop a dna container:**
<br/>`cd my-website`
<br/>`dna stop`


**To update a project**
<br/>`cd my-website`
<br/>`dna update`


**To add a page using the default theme, eg** `my-website.com/dna-is-awesome` **run:**
<br/>`cd my-website`
<br/>`dna page dna-is-awesome default`


**To completely reset/rebuild your site (thread lightly! this will delete your current site)**
<br/>`cd my-website`
<br/>`dna rebuild`


<h1 align="center">ENJOY!!</h1>
