zodman / django-frappe-gantt

Simple django app with project, tasks and gantt graphs
41 stars 12 forks source link

app setup instructions #1

Closed datatalking closed 4 years ago

datatalking commented 5 years ago

Hello zodman,

Can you add details on the requirements for the setup of your app?

It looks very cool and close to something I'm working on so I might be able to collaborate with you on this if you are looking for people to add functionality?

zodman commented 4 years ago
pip install -r requirements.txt
yarn install
yarn run dev
python manage.py runserver
zodman commented 4 years ago

done