Skip to content

Commit 72ba69a

Browse files
author
craigsdennis
committed
Adds readme
1 parent 37ff941 commit 72ba69a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Flashy
2+
3+
This is a flash card application written in [Spring Boot](http://projects.spring.io/spring-boot/).
4+
5+
It is currently in prototype format.
6+
7+
## About this repository
8+
9+
This repository is used for the [Treehouse](https://teamtreehouse.com/) workshop: [Debugging an Existing Java Application[(https://teamtreehouse.com/library/debugging-an-existing-java-application)
10+
11+
## Contributing
12+
Please make forks of this repository.
13+
14+
It contains issues which can be copied to your GitHub repository by running your fork locally and accessing this page:
15+
http://localhost:8080/bootstrap/github
16+
17+
The original authors of this code used the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html).
18+
19+
If you do not have that code style installed in your editor, find the [appropriate integration code here](https://github.com/google/styleguide).
20+
21+
22+
Thanks and happy coding!
23+
[@craigsdennis](http://twitter.com/craigsdennis)

0 commit comments

Comments
 (0)