From 5ecb25eda506a4e2221b6756ebced66ff35edc99 Mon Sep 17 00:00:00 2001 From: Emilyn Pieritz <66131506+ecpieritz@users.noreply.github.com> Date: Thu, 1 Jun 2023 14:41:10 -0300 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4549076..349bbab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,38 @@ -# interno-design -Multi-page application for an interior design company. Made with Vue.js. +
+
+
+
+
Multi-page application for an interior design company. Made with Vue.js.
+ +--- + +## 🛠Technologies used +- HTML +- Javascript +- Vue.js +- Bootstrap +- SASS/SCSS + +--- + + +## 🚀 How to execute the project +#### Clone the repository +git clone https://github.com/ecpieritz/interno-design.git + +#### Enter directory +`cd interno-design` + +#### Run the server +- `npm install` +- `npm run serve` to run locally +- open http://localhost:8080/ + +--- +Developed with :blue_heart: by Emilyn C. Pieritz