mirror of https://github.com/snachodog/mybuddy.git
Gitpod config
This commit is contained in:
parent
f643ad7771
commit
b183a39a60
|
@ -0,0 +1,13 @@
|
||||||
|
tasks:
|
||||||
|
- init: >
|
||||||
|
pipenv install --three &&
|
||||||
|
npm install -g gulp-cli &&
|
||||||
|
npm install &&
|
||||||
|
gulp migrate &&
|
||||||
|
gulp createcachetable
|
||||||
|
env:
|
||||||
|
DJANGO_SETTINGS_MODULE: babybuddy.settings.development
|
||||||
|
command: gulp
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- port: 8000
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
|
[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
|
||||||
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/babybuddy/Lobby)
|
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/babybuddy/Lobby)
|
||||||
|
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/babybuddy/babybuddy)
|
||||||
|
|
||||||
A buddy for babies! Helps caregivers track sleep, feedings, diaper changes,
|
A buddy for babies! Helps caregivers track sleep, feedings, diaper changes,
|
||||||
tummy time and more to learn about and predict baby's needs without (*as much*)
|
tummy time and more to learn about and predict baby's needs without (*as much*)
|
||||||
|
|
Loading…
Reference in New Issue