-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Awesome! You want to help us! It is also necessary for us to get help from our community. So we prepared this file to | ||
give you a short introduction! | ||
|
||
# Report a bug | ||
1. Check if the issue has already been reported. | ||
2. Try to isolate the problem. | ||
3. Report your issue using the template below. | ||
|
||
## Summary | ||
Describe your problem. | ||
|
||
## Information | ||
Readium Version: e.g. 1.2.1 | ||
Browser: e.g. Chrome 30 | ||
OS: e.g. OSX | ||
|
||
# Implement features | ||
You can also implement great features and send a pull request instead. Follow the steps in the file `INSTALL.md` to get | ||
`readium` work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Get it work | ||
To get the dev environment working you simply need to run `make`. Once, this is done you can access our `grunt` commands: | ||
|
||
- collect | ||
- listen | ||
- build |