@@ 9,9 9,18 @@
# UNIVOL VK Mini App
-## How to start work with app
+This app was built with VKUI, VK Connect for the VK Mini Apps. PHP backend can be found there: https://github.com/EVGdever/hackaton-vk
-Go to created folder and run:
-`yarn start` || `npm start` — this will start dev server with hot reload on `localhost:10888`.
+## How to run
-`yarn run build` || `npm run build` — this will build production bundle, with tree-shaking, uglify and all this modern fancy stuff
+Clone this repository:
+
+```sh
+git clone https://github.com/handlerug/univol.git
+```
+
+Go to created folder and run `yarn install` || `npm install` to install depedencies through your favourite package manager.
+
+`yarn start` || `npm start` — this will start dev server with hot reload on `localhost:10888`. You can view it from any device in the same network.
+
+`yarn run build` || `npm run build` — this will build production bundle, with tree-shaking, uglify and all this modern fancy stuff. You can place the build at your production server.