alum challenges
1.0.0
哈佛大学CS50计算机科学简介的校友的网络应用程序。
标题尚未正式。在完成MVP之前,我们不必担心美学。
这些是创建最低可行产品(MVP)所需的步骤
注意:该项目是热情的CS50校友的倡议。该项目不受CS50,哈佛大学或哈佛大学的一部分或认可。整个项目都是非正式的。
pipenv sync
pipenv run server
# migrating
pipenv run makemigrations
pipenv run migrate
# syncing changes to problems repo
pipenv run sync_problems # execute this command to check your problem where <problem> stands for its name
check50 typicallythomas/AlumChallenges/main/problem_tests/ < problem >