D2 armory gui is used to serve the frontend for the D2 Armory project.
This folder is generated by the npm run build so never make any changes in this folder, they'll be overwritten any time you run the build script and your changes here won't be included in docker builds since docker will run the build script too.
This folder contains all environment & webpack configuration for both dev
and prod
builds.
This folder contains web server configuration with nginx that's used for Docker build and used within D2 Armory project.
This folder contains public assets such as images, fonts and index.html
which is the entrypoint for the app.
All available scripts to run, build and test the app.
This is where all the source code resides and is where changes should be made.
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.