Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acidjazz/mindful
- Owner: acidjazz
- Created: 2019-07-16T03:52:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:34:11.000Z (about 2 years ago)
- Last Synced: 2024-11-21T07:35:58.041Z (2 months ago)
- Topics: aeonian, git-flow, nuxtjs, pug, stylus, tailwindcss, vuejs
- Language: Vue
- Homepage: https://mindfulfamily.care
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
> 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)