diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index c692ec7..b830a3e 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -44,6 +44,10 @@ export default hopeTheme({ text: 'Gradido Software', link: '/projects/gradido' }, + { + text: 'DreamMall.earth', + link: '/projects/dreammall' + }, // { link: '/extras/contributing', text: 'Contributing ✨' }, // { link: '/extras/license', text: 'License 📚' }, ] diff --git a/docs/index.md b/docs/index.md index b3fc34a..1ca7b31 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ In the following we list some projects we are proud of: - sender.fm - Yunite.me - [Gradido](./projects/gradido.md) -- DreamMall +- [DreamMall](./projects/dreammall.md) ## Members and collaborators diff --git a/docs/projects/dreammall.md b/docs/projects/dreammall.md new file mode 100644 index 0000000..ff85c59 --- /dev/null +++ b/docs/projects/dreammall.md @@ -0,0 +1,10 @@ +# DreamMall.earth + +## Describe + +DreamMall is an application to connect people and companies, to give them the possibility to create their ideas. + +## Techstack + +The frontend is written with the technologies nodejs, vue, vike, vuetify. +The backend is set up on nodejs, apollo, graphql, prisma.