Skip to content

Commit 2420325

Browse files
authored
add cloning commands
1 parent f2d428f commit 2420325

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@ Make sure you have installed **Node** and [**Yarn**](https://yarnpkg.com/) (late
3636

3737
## Installation
3838

39+
### Cloning
40+
41+
These commands will download the repository and prepare it for you.
42+
43+
```ssh
44+
git clone --depth 1 -b master [email protected]:codecasts/spa-starter-kit.git
45+
cd spa-starter-kit
46+
rm -rf ./.git/
47+
git init
48+
git add --all
49+
git commit -m "init"
50+
```
51+
52+
### Setup
53+
3954
1. Client side - this is a Vue.js project created with vue-cli
4055
* With Terminal `cd client && yarn && yarn run dev`.
4156
2. Server side - this is a Laravel 5.3 project
@@ -92,4 +107,4 @@ $ composer test
92107

93108
## License
94109

95-
Licensed under the MIT license.
110+
Licensed under the MIT license.

0 commit comments

Comments
 (0)