Skip to content

Commit 9b58ea1

Browse files
committed
READ ME modificado
1 parent a69c528 commit 9b58ea1

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
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+

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
"bugs": {
1616
"url": "https://github.com/MariaLabHackerspace/web/issues"
1717
},
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": {}
1924
}

0 commit comments

Comments
 (0)