Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acidjazz/mindful

mindful family solutions
https://github.com/acidjazz/mindful

aeonian git-flow nuxtjs pug stylus tailwindcss vuejs

Last synced: 11 days ago
JSON representation

mindful family solutions

Awesome Lists containing this project

README

        


mindful family solutions

> mindful family solutions

[![GitHub issues](https://img.shields.io/github/issues/acidjazz/mindful.svg)](https://github.com/acidjazz/mindful/issues)
[![CircleCI](https://img.shields.io/circleci/project/github/acidjazz/mindful.svg)](https://circleci.com/gh/acidjazz/mindful/)
[![aeonian status](https://img.shields.io/badge/%C3%A6onian-deployed-green.svg)](https://github.com/acidjazz/aeonian)

## Branch Status

master | staging
--- | ---
[![CircleCI](https://circleci.com/gh/acidjazz/mindful/tree/master.svg?style=shield)](https://circleci.com/gh/acidjazz/mindful/tree/master) | [![CircleCI](https://circleci.com/gh/acidjazz/mindful/tree/staging.svg?style=shield)](https://circleci.com/gh/acidjazz/mindful/tree/staging)

## Local Build Setup
* Clone this repository
```bash
git clone [email protected]:acidjazz/mindful.git
```
* Install dependencies
```bash
yarn install
```
* Generate routes and lever job listings
```bash
yarn cash
```
* Serve your dev environment with [HMR](https://webpack.github.io/docs/hot-module-replacement.html) at http://localhost:3000
```bash
yarn dev
```

## Deployment
Continuous 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/mindful)