usulpro / myjunkstaff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to clean stuff

usulpro opened this issue · comments

Need to clean stuff
Deploy Storybook
`npm run deploy` - deploys your storybook to Github Pages

Now it supports only Github Pages.

This script uses your git remote origin url to get your repo. You can check it out by git remote get-url origin.

Note if you get this project by git clone command, you need to remove current git settings and add your own repo. If you've already created your Github repo you could setup git this way:

rm -rf .git
git init
git remote add origin https://github.com/UserName/RepoName.git

You'll find your repo's adress pressing Clone or download button at your github repo page.