Initial MVP project structs.

This commit is contained in:
Liu Zhicong
2023-08-10 23:57:02 -07:00
parent f25e05c998
commit 9814889d34
8 changed files with 187 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Package Management System Introduction
The Package Manager is a fundamental component of the system for managing Packages.
The design of this system references Git - the distinction between client and server is not so significant, it is more about synchronization.
# Problems to Solve
TODO
# Design
TODO
# Testing
TODO