-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
dd4787f
commit 3ec565a
Showing
1 changed file
with
22 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,22 @@ | ||
# TvTool | ||
|
||
A web based tool to format file names for TV show episodes. | ||
|
||
If you are using a PVR to record series, this is the tool for you. | ||
|
||
There is no need to install anything, you can use it directly at [http://jigglycrumb.github.io/tvtool](http://jigglycrumb.github.io/tvtool) | ||
|
||
### Setup | ||
|
||
- Clone repository | ||
- Run `npm install` | ||
|
||
### Development | ||
|
||
- Run dev server: `npm start` | ||
- Build: `npm run build` | ||
|
||
### Deployment | ||
|
||
Runs on Github pages, from the `docs` folder. | ||
Do a manual build and commit it to deploy. |