Merge remote-tracking branch 'origin/master'
This commit is contained in:
@ -104,10 +104,10 @@ Getting Started
|
||||
The easiest way to get started is to clone the repository:
|
||||
|
||||
```bash
|
||||
# Fetch only the latest commits
|
||||
git clone --depth=1 git@github.com:sahat/hackathon-starter.git my-project
|
||||
# Get the latest snapshot
|
||||
git clone --depth=1 git@github.com:sahat/hackathon-starter.git myproject
|
||||
|
||||
cd my-project
|
||||
cd myproject
|
||||
|
||||
# Install NPM dependencies
|
||||
npm install
|
||||
|
Reference in New Issue
Block a user