diff --git a/Design.md b/Design.md index bde3668..a6bfcd5 100644 --- a/Design.md +++ b/Design.md @@ -1,9 +1,10 @@ ## Dependencies - Web Framework: [github.com/codegangsta/martini](https://github.com/codegangsta/martini) -* ORM: [github.com/lunny/xorm](https://github.com/lunny/xorm) -* Database Driver: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) -* Git Binding: [[github.com/libgit2/git2go](https://github.com/libgit2/git2go)(Preferred) | [github.com/str1ngs/go-git](https://github.com/str1ngs/go-git)] +- UI Framework: [[Bootstrap](http://getbootstrap.com/)(Preferred) | [Foundation](http://foundation.zurb.com/index.html)] +- ORM: [github.com/lunny/xorm](https://github.com/lunny/xorm) +- Database Driver: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) +- Git Binding: [[github.com/libgit2/git2go](https://github.com/libgit2/git2go)(Preferred) | [github.com/str1ngs/go-git](https://github.com/str1ngs/go-git)] ## Directory Structure