You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ A simple portfolio starter theme built on the top of Vue.js V3 and TailwindCSS V
17
17
18
18
## Installation
19
19
20
-
1. Make sure you have Node JS installed. If you don't have it: `npm install --global @gridsome/cli`
21
-
1. Make sure you have Vue CLI installed. If you don't have it: `npm install --global @gridsome/cli`
20
+
1. Make sure you have Node JS installed. If you don't have it: `npm install -g npm`
21
+
1. Make sure you have Vue CLI installed. If you don't have it: `npm install -g @vue/cli`
22
22
1. Clone the repo: `git clone https://github.com/NangialaiStoman/vuejs-tailwindcss-portfolio.git`
23
23
1.`cd vuejs-tailwindcss-portfolio`
24
24
1.`npm install`
25
25
1.`npm run serve` to start a local dev server at `http://localhost:8080`
26
26
27
27
## Notes
28
28
29
-
- The dark mode is highly inspired by [Gridsome Portfolio Starter by Andre Madarang](https://github.com/drehimself/gridsome-portfolio-starter). Since the project is based on Gridsome, I wanted to create a pure Vue.js and TailwindCSS version of it
30
-
-Check out a [screencast I did](https://www.youtube.com/)where I go through the process of building this portfolio (Coming Soon).
29
+
- The dark mode is highly inspired by [Gridsome Portfolio Starter by Andre Madarang](https://github.com/drehimself/gridsome-portfolio-starter). Since that project is based on Gridsome, I wanted to create a Vue.js and TailwindCSS portfolio with dark mode
30
+
-Coming Soon [I'll be doing a screencast](https://www.youtube.com/c/StomanStudio). Soon I'll be uploading a video to my YouTube channel where I'll be going through the process of creating this portoflio
0 commit comments