Konishi's frontend written in Vue.js + Vuetify and Typescript. This is the responsive web application only. Zimmerman (The backend REST API written in Flask Python and RESTPlus) can be found here.
Please remember that this is still in alpha so expect the code to be a bit all over the place, bugs, and glitches.
Kagawasan contains the usual UI/UX of most social platforms and aims to be much better. You can learn more about how the components are written using the following documentations.
- Vue.js - The Progressive JavaScript Framework
- Vuetify - Material Design Component Framework
- Tachyons - Create fast loading, highly readable, and 100% responsive interfaces with as little css as possible.
After cloning the repo, install the following dependencies using
yarn install
Compiles and hot-reloads for development
yarn run serve
To compile the application and minify it for production
yarn run build
Coming Soon