chore: update README.md

This commit is contained in:
Dawid Wysokiński 2021-06-06 19:15:21 +02:00
parent 2f838917f6
commit 549b700734
1 changed files with 15 additions and 6 deletions

View File

@ -1,7 +1,5 @@
# dcbot.tribalwarshelp.com
Simple website with all available [TWHelp Discord Bot](https://github.com/tribalwarshelp/dcbot) commands, invitation link, etc.
![Screenshot](/screenshots/indexpage.png?raw=true)
## Development
@ -9,12 +7,23 @@ Simple website with all available [TWHelp Discord Bot](https://github.com/tribal
### Prerequisites
1. Node.JS
2. yarn/npm
2. yarn
3. gatsby-cli
### Installing
### Installation
1. Clone this repo
```
git clone git@github.com:tribalwarshelp/dcbot.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)