Piyush
Piyush
closes #1236 ### 👷🏻 Changes made Skeleton Loading Feature require - Skeleton Component with its own CSS - Used react-skeleton-loading library - Loading mostly happens in Event & Club Page...
feat: tailwind setup for further development and code maintainability ! closes #1239 ### 👷🏻 Changes made - Installed Tailwind Dependencies ! - setup tailwind.config.js
### Description As the project will grow more and more we should consider styling elements from the start. - Plain CSS require single entity file - It demands more line...
### Describe the feature you'd like to request - Styling can be improved by using certain Libraries or Framework - Website Responsive Layout - Have some code Inline & other...
## Problem - while using vue-shepherd, it gives console error of `process is not defined` ## Screen Shot  
Closes : #59 & #67 - env instruction for contributors
📔 **Description**: When attempting to run Tailwind CSS with a tailwind.config.js file, the following error occurs: **Code** : ``` file:///home/zen/Desktop/Del/ollama-gui/tailwind.config.js:1 const defaultTheme = require('tailwindcss/defaultTheme') ^ ReferenceError: require is not defined...