diff --git a/apps/octo-contribution-docs/docs/getting-started/getting-started.mdx b/apps/octo-contribution-docs/docs/getting-started/getting-started.mdx new file mode 100644 index 00000000..c1a09faf --- /dev/null +++ b/apps/octo-contribution-docs/docs/getting-started/getting-started.mdx @@ -0,0 +1,74 @@ +--- +sidebar_position: 2 +title: Getting Started +--- + +import RootProjectStructure from './img/root-project-structure.png'; + +## Requirements +* **Node.js version** 16.0 or above. + * However, documentation websites `apps/*-docs` run on docusaurus, + which requires Node.js version to be `18.0` or above. + * So, **Node.js version `18.0`** or above is recommended. + * **`npm`** is the preferred package manager. +* **IDE** + * Some developers prefer WebStorm, and some VSCode. There are other good options out there as well. + As long as the quality of commits meets the minimum standard, choice of IDE is of no concern. + * However, you will find more support for `WebStorm` in this documentation than any other IDE. + +## Project Structure +