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 @@
|
||||||
|
|
||||||
[](https://opensource.org/licenses/BSD-2-Clause)
|
[](https://opensource.org/licenses/BSD-2-Clause)
|
||||||
[](https://gitter.im/babybuddy/Lobby)
|
[](https://gitter.im/babybuddy/Lobby)
|
||||||
|
[](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