Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
my-cucumbers-ru-github-io
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Лотуга Данила Сергеевич
my-cucumbers-ru-github-io
Commits
17e81a44
Commit
17e81a44
authored
Mar 17, 2019
by
ishpartko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added new way to copy project
parent
857c4e26
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
5 deletions
+20
-5
README.md
README.md
+20
-5
easy-way-to-import.png
docs/images/easy-way-to-import.png
+0
-0
No files found.
README.md
View file @
17e81a44
...
...
@@ -29,11 +29,9 @@ By doing this you would get a GitHub repo linked with Netlify in a way any chang
## Advanced
1.
Сlone this repository
`git clone --depth=1 git@github.com:shower/shower.git`
, (
`--depth=1`
will make it way faster).
2.
[
Create
](
https://github.com/new
)
a new blank repository and copy its cloning address
`git@github.com:USER/REPO.git`
.
3.
Change remote of your local clone to the one you’ve just copied
`git remote set-url origin git@github.com:USER/REPO.git`
.
4.
Push your local clone to GitHub
`git push -u origin master`
.
6.
Install dependencies
`npm install`
and start it
`npm start`
.
### Get your own Shower
1.
Copy Shower in your account via
[
GitHub
](
#copy-via-github
)
or via
[
CLI
](
#copy-via-cli
)
2.
Install dependencies
`npm install`
and start it
`npm start`
.
Once you’re done you can build a clean copy of your slides:
...
...
@@ -45,6 +43,23 @@ And you’ll find your presentation in `prepared` folder with only needed files
And you’ll have your slides published to
`http://USER.github.io/REPO/`
.
#### Copy via GitHub
1.
Open
[
import page
](
https://github.com/new/import
)
2.
Fill the fields:
<img
src=
"docs/images/easy-way-to-import.png"
alt=
"easy-way-to-import"
>
A. Add link to this repo - https://github.com/shower/shower
B. Enter the name of your _new_repo_, where you'd like to copy it
C. Push the button "Begin import"
3.
Clone your _new_repo_ to your computer
#### Copy via CLI
1.
Сlone this repository
`git clone --depth=1 git@github.com:shower/shower.git`
, (
`--depth=1`
will make it way faster).
2.
[
Create
](
https://github.com/new
)
a new blank repository and copy its cloning address
`git@github.com:USER/REPO.git`
.
3.
Change remote of your local clone to the one you’ve just copied
`git remote set-url origin git@github.com:USER/REPO.git`
.
4.
Push your local clone to GitHub
`git push -u origin master`
.
## Usage Examples
-
[
Semantic for cynics
](
https://pepelsbey.net/pres/semantics/en/
)
...
...
docs/images/easy-way-to-import.png
0 → 100644
View file @
17e81a44
26.4 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment