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 2612780d22 chore: disable access log 2021-05-29 11:22:16 +02:00
.circleci update .circleci/config.yml 2021-04-24 09:02:49 +02:00
src add jsconfig.json and a new component - Layout, rename one of the directories (components -> common) 2021-05-07 11:34:38 +02:00
.babelrc add jsconfig.json and a new component - Layout, rename one of the directories (components -> common) 2021-05-07 11:34:38 +02:00
.gitignore update nginx.conf 2021-03-27 18:27:43 +01:00
.prettierignore init 2020-07-26 12:03:52 +02:00
.prettierrc update prettier config 2021-01-04 18:12:05 +01:00
Dockerfile update Dockerfile 2021-04-24 16:46:18 +02:00
LICENSE update README.md and LICENSE 2020-08-24 13:08:31 +02:00
README.md update README.md and LICENSE 2020-08-24 13:08:31 +02:00
default.conf chore: disable access log 2021-05-29 11:22:16 +02:00
gatsby-browser.js update prettier config 2021-01-04 18:12:05 +01:00
gatsby-config.js add jsconfig.json and a new component - Layout, rename one of the directories (components -> common) 2021-05-07 11:34:38 +02:00
gatsby-node.js init 2020-07-26 12:03:52 +02:00
gatsby-ssr.js init 2020-07-26 12:03:52 +02:00
jsconfig.json add jsconfig.json and a new component - Layout, rename one of the directories (components -> common) 2021-05-07 11:34:38 +02:00
package.json rename one of the components (SEO -> Seo), bump all packages, update Dockerfile/nginx.conf/circleci config 2021-04-24 08:48:27 +02:00
yarn.lock rename one of the components (SEO -> Seo), bump all packages, update Dockerfile/nginx.conf/circleci config 2021-04-24 08:48:27 +02:00

README.md

tribalwarshelp.com

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