Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acidjazz/daffodil
Helping brands tell their stories in smarter ways
https://github.com/acidjazz/daffodil
aeonian circleci helping-brands html javascript public-relations pug stylus vue
Last synced: about 12 hours ago
JSON representation
Helping brands tell their stories in smarter ways
- Host: GitHub
- URL: https://github.com/acidjazz/daffodil
- Owner: acidjazz
- License: apache-2.0
- Created: 2015-07-24T21:34:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T23:32:39.000Z (almost 5 years ago)
- Last Synced: 2024-11-21T07:35:59.776Z (2 months ago)
- Topics: aeonian, circleci, helping-brands, html, javascript, public-relations, pug, stylus, vue
- Language: Vue
- Homepage: http://www.daffodildigital.com/
- Size: 73.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Daffodil Digital
> Helping brands tell their stories in smarter ways
[![GitHub issues](https://img.shields.io/github/issues/acidjazz/daffodil.svg)](https://github.com/acidjazz/daffodil/issues)
[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/acidjazz/daffodil/master/license)
[![CircleCI](https://circleci.com/gh/acidjazz/daffodil.svg?style=svg)](https://circleci.com/gh/acidjazz/daffodil)
[![Dependency Status](https://gemnasium.com/badges/github.com/acidjazz/daffodil.svg)](https://gemnasium.com/github.com/acidjazz/daffodil)
[![aeonian status](https://img.shields.io/badge/%C3%A6onian-deployed-green.svg)](https://github.com/acidjazz/aeonian)## Development
master | staging
--- | ---
[![CircleCI](https://circleci.com/gh/acidjazz/daffodil/tree/master.svg?style=svg)](https://circleci.com/gh/acidjazz/daffodil/tree/master) | [![CircleCI](https://circleci.com/gh/acidjazz/daffodil/tree/staging.svg?style=svg)](https://circleci.com/gh/acidjazz/daffodil/tree/staging)## Build Setup
* Clone this repository
```bash
git clone [email protected]:acidjazz/daffodil.git
```
* Install dependencies
```bash
yarn install
```
* Serve your dev environment with [HMR](https://webpack.github.io/docs/hot-module-replacement.html) at http://localhost:3000
```bash
yarn dev
```
> To serve to other machines via your IP address run `yarn dev-public`## Deployment
* All deployment is setup using the [git-flow](http://nvie.com/posts/a-successful-git-branching-model/) workflow with [aeonian](https://github.com/acidjazz/aeonian) via [Circle-CI](https://circleci.com/gh/acidjazz/waa)
* Branch [staging](https://github.com/acidjazz/waa/tree/staging) merges deploy to http://staging.daffodildigital.com/
* Branch [master](https://github.com/acidjazz/waa/tree/master) merges deploy to http://daffodildigital.com/