Skip to content
Raghav Rathi edited this page May 27, 2023 · 6 revisions

How to Contribute

  • create your own branch ( main as the parent )
  • name it your name ( or the feature you working on )
  • then start developing what ever you want
  • ....
  • after that, you will only understand what to do / what is going on

To Run ( use yarn )

If first time
$ yarn

To start the development on the local server
$ yarn dev

use the prettier vscode extension

  • so that code looks the same to all and nicer
  • this setting
  • also use it like this ... this setting on
  • so no need to format document again and again

image

image

image

{
  "arrowParens": "always",
  "bracketSpacing": true,
  "endOfLine": "lf",
  "htmlWhitespaceSensitivity": "css",
  "insertPragma": false,
  "singleAttributePerLine": false,
  "bracketSameLine": false,
  "jsxBracketSameLine": false,
  "jsxSingleQuote": false,
  "printWidth": 80,
  "proseWrap": "preserve",
  "quoteProps": "as-needed",
  "requirePragma": false,
  "semi": true,
  "singleQuote": false,
  "tabWidth": 4,
  "trailingComma": "es5",
  "useTabs": true,
  "embeddedLanguageFormatting": "auto",
  "vueIndentScriptAndStyle": false,
  "filepath": "d:\\coding_files\\Connect-4\\lib\\logic.ts",
  "parser": "typescript"
}

Technology

In Use

Will Use

Clone this wiki locally