GCreate me a web based code editor using the Monaco code editor. It needs to have:
* A file explorer which can delete and add new files. Each file will also have file types with an associated icon or colour.
* A section that has commands that can be customised for a project, these should be configured using a .json file.
* Use glass morphism upon a dark theme using neon green and neon pink for the design language.
* Add functionality to upload and download files.
The actual fetching of files and uploads will be separated into its own backend, so this should be for a static web page only.