Browse Source

add readme.md

badretdinov_roman 1 year ago
parent
commit
9991640eb5
2 changed files with 14 additions and 2 deletions
  1. 2 2
      frontend/src/App.vue
  2. 12 0
      readme.md

+ 2 - 2
frontend/src/App.vue

@@ -16,13 +16,13 @@
       </div>
       <div class="flex items-center gap-3">
         <div
-            class="text-xl cursor-pointer opacity-60 select-none hover:opacity-100 transition-opacity duration-300"
+            class="text-xl tracking-widest uppercase font-semibold cursor-pointer opacity-60 select-none hover:opacity-100 transition-opacity duration-300"
             @click="$router.push('/events')"
         >
           events
         </div>
         <div
-            class="text-xl cursor-pointer opacity-60 select-none hover:opacity-100 transition-opacity duration-300"
+            class="text-xl tracking-widest uppercase font-semibold cursor-pointer opacity-60 select-none hover:opacity-100 transition-opacity duration-300"
             @click="$router.push('/profile')"
         >
           profile

+ 12 - 0
readme.md

@@ -0,0 +1,12 @@
+# KP
+
+## Requirements
+- `Node.js` v.18.13 or above
+- `Python` 3.10 or above
+- `Vue.js 3` with `@vue/cli` 5.0.8 or above
+
+## Install
+```bash
+cd backend && pip install requirements.txt
+cd ../frontend && yarn && yarn serve
+```