diff --git a/document_roots/webhost/README.md b/document_roots/webhost/README.md index 2b6c63d..249d16f 100644 --- a/document_roots/webhost/README.md +++ b/document_roots/webhost/README.md @@ -1,17 +1,3 @@ # gPanel Frontend Development -The client side, front end of gPanel. Developed using Angular, SASS, and Bootstrap. Managed with NPM package manager. - -__Note__: In the early stages of development the frontend will be static HTML/CSS/JS. Once enough progress is made it will then be translated into Angular and SASS code. - -## Contribution Set-up & Deployment - -Layout and Components -```shell -gPanel/document_roots/webhost/gPanel.html -``` - -Styles -```shell -gPanel/document_roots/webhost/styles.css -``` +In the early stages of gPanel the only technologies we will be using on the front end are HTML/CSS/JS, utilizing the jQuery, bootstrap, and font-awesome libraries respectively. The reason for doing this is to keep front end development as simple as possible in order to push development of the overall software faster.