Closed kobebuckley closed 5 months ago
Steps based on the 'Quick Start' guide from the 'Getting Started' documentation https://github.com/CodeWithAloha/uipa/blob/main/docs/Getting-Started.md
docker ps
docker-compose up
yarn build
bash data/seed/init_db.sh
python manage.py runserver
Can you re-open this PR against the main branch? The master branch is outdated and an artifact of UIPA.org v1.
main
master
Start a Fresh Codespace ( ~ 5 minutes )
Run the Codespace ( ~ 15 minutes )
Steps based on the 'Quick Start' guide from the 'Getting Started' documentation https://github.com/CodeWithAloha/uipa/blob/main/docs/Getting-Started.md
docker ps
. (if this is not running, then rundocker-compose up
)yarn build
.bash data/seed/init_db.sh
.python manage.py runserver
.