diff --git a/README.md b/README.md index 4410949..fcff6af 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,29 @@ # tribalwarshelp.com +![Screenshot](/screenshots/indexpage.png?raw=true) + ## Development ### Prerequisites 1. Node.JS -2. yarn/npm +2. yarn 3. gatsby-cli -### Installing +### Installation 1. Clone this repo +``` +git clone git@github.com:tribalwarshelp/tribalwarshelp.com.git +``` 2. Navigate to the directory where you have cloned this repo. -3. yarn install -4. yarn run develop +3. ``yarn install`` +4. ``yarn run develop`` + +## License + +Distributed under the MIT License. See ``LICENSE`` for more information. + +## Contact + +Dawid WysokiƄski - [contact@dwysokinski.me](mailto:contact@dwysokinski.me) diff --git a/screenshots/indexpage.png b/screenshots/indexpage.png new file mode 100644 index 0000000..e496033 Binary files /dev/null and b/screenshots/indexpage.png differ