From 08837e6e34ea687a69c78c71570299fb3057d15f Mon Sep 17 00:00:00 2001 From: Melak <45941116+Melak12@users.noreply.github.com> Date: Thu, 20 Dec 2018 12:27:08 +0300 Subject: [PATCH] updated README.md additional instructions are added --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d107bcc..9d3c233 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,18 @@ -# ethiopia_hacks +# Ethiopia Hacks > Hackathon Website and Management Web App +> It is configured with Vue JS, Vuetify with PWA support. + +> https://ethiopiahacks.firebaseapp.com + + +## Instruction +Fork this repository and work on a different branch. Name the branch with your firstName_lastName. Once you are ready for +commit, process a "Pull Request" to this repo. We will review your code and functionality and merge to the master. + +> The application is using Vue Js and Vuetify Framework. It is initially generated with vue cli 3.0 with 'No' ESLine, 'No' Unit test setup and 'YES' for a-la-carte' components so that each components that need to be used should be first imported on /src/main.js file. + ## Build Setup ``` bash