From 3f9e9687d3a538abe9ecd553c5fc6e957a64d1e7 Mon Sep 17 00:00:00 2001 From: George Shaw Date: Mon, 13 Nov 2017 16:12:13 -0600 Subject: [PATCH] issue #64 --- document_roots/webhost/README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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.