Skip to content

Commit f1cee87

Browse files
authored
Update README.md
1 parent a25b6d2 commit f1cee87

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

README.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,75 @@
11
# react-excel-renderer
22
A react library to render and display excel sheets on webpage
3+
4+
---
5+
6+
### Prerequisites
7+
What things you need to install the software and how to install them
8+
9+
```
10+
Give examples
11+
```
12+
13+
### Installing
14+
A step by step series of examples that tell you how to get a development env running
15+
16+
Say what the step will be
17+
18+
```
19+
Give the example
20+
```
21+
22+
And repeat
23+
24+
```
25+
until finished
26+
```
27+
28+
End with an example of getting some data out of the system or using it for a little demo
29+
30+
## Running the tests
31+
Explain how to run the automated tests for this system
32+
33+
### Break down into end to end tests
34+
Explain what these tests test and why
35+
36+
```
37+
Give an example
38+
```
39+
40+
### And coding style tests
41+
Explain what these tests test and why
42+
43+
```
44+
Give an example
45+
```
46+
47+
## Deployment
48+
Add additional notes about how to deploy this on a live system
49+
50+
## Built With
51+
* [Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used
52+
* [Maven](https://maven.apache.org/) - Dependency Management
53+
* [ROME](https://rometools.github.io/rome/) - Used to generate RSS Feeds
54+
55+
## Contributing
56+
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
57+
58+
## Versioning
59+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
60+
61+
## Authors
62+
* **Billie Thompson** - *Initial work* - [PurpleBooth](https://github.com/PurpleBooth)
63+
64+
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
65+
66+
## License
67+
68+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
69+
70+
## Acknowledgments
71+
72+
* Hat tip to anyone whose code was used
73+
* Inspiration
74+
* etc
75+

0 commit comments

Comments
 (0)