Skip to content

Commit

Permalink
Filling out the repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Adams committed Jan 27, 2017
1 parent 5001875 commit 818e184
Show file tree
Hide file tree
Showing 288 changed files with 5,721 additions and 2 deletions.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# sdecardcreator
Super Dungeon Explore Card Creator
Super Dungeon Explore Card Creator.

This is a client side web application.

To Run this application download or clone this git repository.

## Try it out!
[SDE Card Creator](https://rpg.medicationforall.com/sdecardcreator/)


## Requirements
A simple http server i.e. Apache, or python
Just running index.html in a browser will not work, and the browser will throw errors.

For python 3 or greater open a command prompt at the location of your repository and type:
python -m http.server

Then in a webserver type localhost:8000 and that will open index.html from the repository.


## Libraries
This Application uses [jQuery](https://jquery.com/), [jQuery-ui](http://jqueryui.com/), and [FileSaver.js](https://github.com/eligrey/FileSaver.js/).
All of which are being called via cdn.


##License
This application is Licensed under LGPL see the license directory.

- This project is completely unofficial and in no way endorsed by Ninja Division Publishing™ LLC. Super Dungeon Explore® and its respective contents are trademarks and/or copyrights of Ninja Division Publishing™ LLC. No challenge to their status intended. All Rights Reserved to their respective owners.

Loading

0 comments on commit 818e184

Please sign in to comment.