https://github.com/acidjazz/mindful
mindful family solutions
https://github.com/acidjazz/mindful
aeonian git-flow nuxtjs pug stylus tailwindcss vuejs
Last synced: about 2 months ago
JSON representation
mindful family solutions
- Host: GitHub
- URL: https://github.com/acidjazz/mindful
- Owner: acidjazz
- Created: 2019-07-16T03:52:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:34:11.000Z (over 2 years ago)
- Last Synced: 2025-01-22T01:46:42.708Z (3 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
[](https://github.com/acidjazz/mindful/issues)
[](https://circleci.com/gh/acidjazz/mindful/)
[](https://github.com/acidjazz/aeonian)## Branch Status
master | staging
--- | ---
[](https://circleci.com/gh/acidjazz/mindful/tree/master) | [](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)