This is the directory for website source cod for: https://www.coding-insight.com

The main config file for the website can be found at website/docusaurus.config.js. This file tells Docusaurus how to build the website. Edits to this file are rarely necessary.
The core subdirectory contains JavaScript and React components that are the core part of the website.
The src/pages subdirectory contains the React components that make up the non-documentation pages of the site, such as the homepage.
cd website to go into the website portion of the project. yarn start to start the development server (powered by Docusaurus). open http://localhost:3000/ to open the site in your favorite browser.
Create a branch
git checkout main from any folder in your local coding-insight repository.git pull origin main to ensure you have the latest main code.git checkout -b the-name-of-my-branch to create a branch.
replace
the-name-of-my-branchwith a suitable name, such asupdate-animations-page
Coding-Insight is MIT licensed.