Skip to content

Commit 9dd8349

Browse files
committed
Updates to readme
1 parent 7c53797 commit 9dd8349

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Imam Q&A
2+
3+
## Dev set up
4+
5+
```
6+
npm install;
7+
npm start;
8+
```
9+
10+
Go to http://localhost:3000

routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var router = express.Router();
33

44
/* GET home page. */
55
router.get('/', function(req, res, next) {
6-
res.render('index', { title: 'Express' });
6+
res.render('index', { title: 'Mosque Q&A' });
77
});
88

99
module.exports = router;

views/index.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
{% block body %}
44
<h1>{{title}}</h1>
55
<p>Welcome to {{title}}!!!</p>
6-
<input> Some text </input>
76
{% endblock %}

0 commit comments

Comments
 (0)