From d7d3c7a6cd1587e3077e20e00d57f3dc6e96db90 Mon Sep 17 00:00:00 2001
From: Jaehoon Pae <jaypae95@ajou.ac.kr>
Date: Fri, 13 Dec 2019 17:50:05 +0900
Subject: [PATCH] Update README.md

---
 README.md | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md
index bbe47fa..102bd9d 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,9 @@
-# TRIPLAN FRONT
+# TRIPLAN BACK
 
-## Project setup
+## in local (current working directory -> triplan_front/static)
+1. cp settings-local-sample.js settings-local.js
+1. npm install
+2. npm start
 
-### install dependency
-```
-npm install
-```
-
-### You should add "settings-local.js" file in /static directory
-
-### run
-```
-npm run dev
-```
+## website
+- http://triplan-vuejs.s3-website.ap-northeast-2.amazonaws.com/
\ No newline at end of file
-- 
GitLab