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
2020-10-26 07:32:08 +01:00
screenshots add indexpage screenshot 2020-09-05 15:41:27 +02:00
src refactor: use single quotes instead of double quotes 2020-10-26 07:32:08 +01: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 refactor: use single quotes instead of double quotes 2020-10-26 07:32:08 +01:00
Dockerfile 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 refactor: use single quotes instead of double quotes 2020-10-26 07:32:08 +01: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
LICENSE add LICENSE, update README.md 2020-08-24 11:31:05 +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 refactor: use single quotes instead of double quotes 2020-10-26 07:32:08 +01:00
README.md add indexpage screenshot, update readme.md 2020-09-05 15:40:36 +02:00
yarn.lock add i18n 2020-06-30 13:12:39 +02:00

dcbot.tribalwarshelp.com

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

Screenshot

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