Skip to content

Electron framework GUI for USAF Schematic Training on the T-1 for pilots and trainers

Notifications You must be signed in to change notification settings

bhball22/Electron-USAFST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron-USAFST

Electron framework GUI for USAF Schematic Training on the T-1 for pilots and trainers.

Logo4

Dev Notes

Ignore node_modules and package-lock.json
Html files, images ect. should be in the src folder
JS Files can be in the main folder or src depending on scope
npm run Dev( start program ) (subject to change the run name)

Installing Required tools

Requirement overview:

  • Nodejs 16.13.x or Higher
  • Npm 8.1.x or Higher
  • VSCode
  • Github Desktop or Github intigration to VSCode

Recommended Addons:

  • Prettier
  • Vscode-icons
  • Auto Rename Tag
  • HTML CSS Support
  • A Cool Color Theme for VS Code

Installation Instructions:

  1. Installing Nodejs - 10-20 min
    https://nodejs.org/en/download/
    We will be using the LTS v16.13.x or Higher
  2. Install Process is guided. Go ahead and install Chocolatey. It's ok if you don't but just do it.
  3. There will be multiple popups for Chocolatey install. Just Interact with them to complete it.
  4. Restart
  5. Open up a CMD and verify the installs by checking version:
  • Node should be v16.13.x or Higher

      node --version
    
  • Npm should be v8.1.x or Higher

      npm --version 
    
  1. Installing VS Code - 5 - 20 min
  • Windows - Mac:
  • Linux:
    • This is more involved, just use atom
  1. Make sure Add to PATH & Register Code as an editor is checked when you get to that point.
  2. Should be Good to go

Getting Started With The Project:

  1. Clone The Repository Onto your local drive
  2. Open The Project Folder In VS Code
  3. Open A local Terminal
  4. Run The Command npm install (This should Install all programs in the npm module location)
  5. Npm run Dev - start the program Note: If you make changes to react you do not need to restart the program.
  6. Ctrl + C - close program (it will ask you if you want to just press y)

Opening Branches

  • run npm install

Helpful Websites

Image Mapper

About

Electron framework GUI for USAF Schematic Training on the T-1 for pilots and trainers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages