config/index.js
- main configuration fileconfig/i18n/
- configuration and translations for Multi-language (English and Ukrainian)content/
- markdown files and their assetssrc/
- main gatsby folder for components, hooks, pages, templates, styles and images
Project requires the following dependencies:
- Node.js >= 14.12.0
- Yarn
- Gatsby CLI >= 2.12.99
Install and use the correct version of Node using NVM
nvm install
Install dependencies
yarn
Start the development server
gatsby develop
Generate a full static production build
gatsby build
Preview the site as it will appear once deployed
gatsby serve