From 4b86e81aec1003d0ca626f402d72e65628bd55e6 Mon Sep 17 00:00:00 2001 From: PandeyMohit20 <71182222+PandeyMohit20@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:49:27 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69deb1c..ce2f3dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Happy Birthday +Happy Birthday Ayush A Happy Birthday animation design in CSS3, HTML5. From b1f1cb10c0642f83e32aa73f13ed88bd8f6e3bcd Mon Sep 17 00:00:00 2001 From: PandeyMohit20 <71182222+PandeyMohit20@users.noreply.github.com> Date: Thu, 15 Oct 2020 18:42:37 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/README.md b/README.md index ce2f3dc..14f1b54 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,3 @@ Happy Birthday Ayush A Happy Birthday animation design in CSS3, HTML5. - -URL: http://ayusharma.github.io/birthday/ - -Technology Used: HTML5 CSS3 jQuery GNU/Linux Digital Ocean as VPS GIMP - -# Setup - -## If you have python installed: -``` -cd Birthday -``` - -&& - -``` -python -m SimpleHTTPServer --port 8081 -``` - -visit http://localhost:8081 in your browser. - -## If you have nodejs installed -``` -npm install -``` -&& - -``` -npm run server-node -``` -visit http://localhost:8081 in your browser. -