We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635c88e commit 89b2898Copy full SHA for 89b2898
1 file changed
README.md
@@ -18,11 +18,11 @@ Using the latest LTS version of node.js should work just fine: https://nodejs.or
18
### Clone the repository
19
20
1. Open a terminal and move to your folder.
21
-2. Being there, clone this repository with `git clone https://github.com/MaximilianPfitzenmaier/dropdown-menu-component-react.git`.
+2. Being there, clone this repository with `git clone https://github.com/MaximilianPfitzenmaier/dropdown-menu-component-react.git demo`
22
23
### Build assets
24
25
-1. Move to your app folder with `cd dropdown-menu-component-react/`
+1. Move to your app folder with `cd demo/`
26
2. Install all npm dependendies by typing `npm install` or just `npm i`
27
3. Run `npm run build` to build all assets (e.g. styles)
28
0 commit comments