This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dawid Wysokiński 75a4bb417a add LICENSE, update README.md 2020-08-24 11:31:05 +02:00
src add 2 new commands coordstranslation and disablecoordstranslation 2020-08-09 18:01:09 +02:00
.babelrc init 2020-06-28 11:27:32 +02:00
.gitignore init 2020-06-28 11:27:32 +02:00
.prettierignore init 2020-06-28 11:27:32 +02:00
.prettierrc init 2020-06-28 11:27:32 +02:00
Dockerfile add LICENSE, update README.md 2020-08-24 11:31:05 +02:00
LICENSE add LICENSE, update README.md 2020-08-24 11:31:05 +02:00
README.md add LICENSE, update README.md 2020-08-24 11:31:05 +02:00
gatsby-browser.js init 2020-06-28 11:27:32 +02:00
gatsby-config.js change IndexPage meta description | change copyright 2020-07-26 12:18:54 +02:00
gatsby-node.js init 2020-06-28 11:27:32 +02:00
gatsby-ssr.js init 2020-06-28 11:27:32 +02:00
nginx.conf fix nginx.conf (should attempt to serve request as file, then as directory) 2020-07-15 13:00:07 +02:00
package.json add i18n 2020-06-30 13:12:39 +02:00
yarn.lock add i18n 2020-06-30 13:12:39 +02:00

README.md

dcbot.tribalwarshelp.com

Simple website with all available TWHelp Discord Bot commands, invitation link, etc.

Development

Prerequisites

  1. Node.JS
  2. yarn/npm
  3. gatsby-cli

Installing

  1. Clone this repo
  2. Navigate to the directory where you have cloned this repo.
  3. yarn install
  4. yarn run develop