description
This issue is simple in concept. All the main files like the rendered and all other functions are in 3 files, index.html and app.js and preload.js. Your task is simple, You need to organize the project into directories Meaning each feature that is different needs its own file. Example, All functions that are for the C/C++ language might go in languages/C or languages/C++.
tasks
Build Steps
- Make sure you have node js installed.
- Make sure you have forked the repo and cloned your fork.
- Make sure that you have the project open in a terminal or editor with the node js environment variables in them.
First command once all those steps completed is the following:
This fetches all needed librarys from npm. Please note this is maybe more or up to 1 GB in size. Next you run this command to test your changes:
Then after that completes with no errors please push and submit a pull request from main repo to your fork.
After you complete this please in the same PR update the file CONTRIBUTORS.md with your details if you would like to be acknowledged
If you encounter any errors please try to resolve them because This project is managed by 1 person.
description
This issue is simple in concept. All the main files like the rendered and all other functions are in 3 files, index.html and app.js and preload.js. Your task is simple, You need to organize the project into directories Meaning each feature that is different needs its own file. Example, All functions that are for the C/C++ language might go in languages/C or languages/C++.
tasks
Build Steps
First command once all those steps completed is the following:
This fetches all needed librarys from npm. Please note this is maybe more or up to 1 GB in size. Next you run this command to test your changes:
Then after that completes with no errors please push and submit a pull request from main repo to your fork.
After you complete this please in the same PR update the file CONTRIBUTORS.md with your details if you would like to be acknowledged
If you encounter any errors please try to resolve them because This project is managed by 1 person.