This sandbox site is the basis for our live demo. For your own projects, you can use apostrophe-boilerplate as a more streamlined, cleaner point of departure via the apostrophe-cli tool.
MIT License
112
stars
41
forks
source link
Update README.md to include working install instructions #38
I updated the "Creating Your Own Aphostrophe Project: The Easy Way" paragraph to be more clear and mainly to update the git clone url (using the ssh endpoint results in a Permission denied (publickey) error, the https version should be used instead).
I've also updated the suggested way to update the remote origin as it should be done with git tools (that is git remote set-url) instead of editing the .git/config file by hand (as any mistake could break the repo itself).
I updated the "Creating Your Own Aphostrophe Project: The Easy Way" paragraph to be more clear and mainly to update the
git clone
url (using the ssh endpoint results in aPermission denied (publickey)
error, thehttps
version should be used instead).I've also updated the suggested way to update the remote
origin
as it should be done with git tools (that isgit remote set-url
) instead of editing the.git/config
file by hand (as any mistake could break the repo itself).Let me know if I missed something, thanks. -- Lex