Coding-Insight
Coding-Insight copied to clipboard
Coding-Insight is another KFASC project which recieved the Chairman's Award. It did not recieve the respect it got from the judges because of their lack of understanding web development. But it has be...
Directory
This is the directory for website source cod for: https://www.coding-insight.com

🔧 Website configuration
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.
Running locally
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.
👏 Contributing
Create a branch
git checkout mainfrom any folder in your localcoding-insightrepository.git pull origin mainto ensure you have the latest main code.git checkout -b the-name-of-my-branchto create a branch.replace
the-name-of-my-branchwith a suitable name, such asupdate-animations-page
📄 License
Coding-Insight is MIT licensed.