Update README.md

This commit is contained in:
Shaun Walker
2025-08-16 09:34:21 -04:00
committed by GitHub
parent 6c3cfb0c7a
commit 8e965912aa

View File

@ -11,7 +11,7 @@ When using this approach you do not need to have a local copy of the oqtane.fram
The solution contains an AppHost project which must be identified as the Startup project. It is responsible for loading the development environment and launching the Oqtane framework.
The solution also contains Build, Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane conventions.
The solution also contains Build, Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane folder/namespace conventions.
*Known Issues*