-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing builds and start command #149
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Authorship | ||
|
||
Stable tag: 0.2.17 | ||
Requires at least: 5.4 | ||
Tested up to: 6.2 | ||
Requires PHP: 7.2 | ||
License: GPL v3 or later | ||
Contributors: johnbillion, humanmade | ||
Stable tag: 0.2.17 | ||
Requires at least: 5.4 | ||
Tested up to: 6.2 | ||
Requires PHP: 7.2 | ||
License: GPL v3 or later | ||
Contributors: johnbillion, humanmade | ||
roborourke marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
A modern approach to author attribution in WordPress. | ||
|
||
|
@@ -61,9 +61,10 @@ _Features without a checkmark are still work in progress._ | |
### For development use | ||
|
||
* Clone this repo into your plugins directory | ||
* Install the dependencies: | ||
* Ensure you have Composer v2 and Node v16 installed | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would it make more sense to explicitly mention There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tomjn I'm going to update it all soon anyway, the specific tool people use to manage node versions is up to them |
||
* Install the dependencies: | ||
`composer install && npm install` | ||
* Start the dev server: | ||
* Start the dev server: | ||
`npm run start` | ||
|
||
## Design Decisions | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These trailing spaces need to be retained, they're line breaks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that'll be my editor set to remove them automatically, but that's weird no? Why would spaces at the end of a line be line breaks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Markdown
¯\_(ツ)_/¯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/humanmade/authorship/blob/develop/.editorconfig#L14-L15