File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
- # web
2
- main web page
1
+ # Marialab Web Page
2
+ Main Web Page.
3
+
4
+ ## Requirements
5
+
6
+ - Install [ NodeJS] ( https://nodejs.org/en/ )
7
+
8
+ - Install Gulp dependencies
9
+ ` npm install gulp `
10
+
11
+ ## Stylesheet
12
+
13
+ - [ SASS] (https://sass-lang.com/ )
14
+ - [ BEM] ( http://getbem.com/introduction/ )
15
+ - [ SMACSS] ( https://smacss.com/ ) Folder Architeture
16
+
Original file line number Diff line number Diff line change 15
15
"bugs" : {
16
16
"url" : " https://github.com/MariaLabHackerspace/web/issues"
17
17
},
18
- "homepage" : " https://github.com/MariaLabHackerspace/web#readme"
18
+ "homepage" : " https://github.com/MariaLabHackerspace/web#readme" ,
19
+ "devDependencies" : {
20
+ "gulp" : " ^3.9.1" ,
21
+ "gulp-sass" : " ^3.1.0"
22
+ },
23
+ "dependencies" : {}
19
24
}
You can’t perform that action at this time.
0 commit comments