-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
15 lines (15 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "sandy_gymwolf",
"version": "1.0.0",
"description": "Before I start my blog writing on the clone of the website, I want to thank Masai School for this great opportunity and for providing this great platform to enhance my coding and life skills. We have tried our level best to make use of our so far journey and the knowledge that we have gained so far at Masai School to come up with our project. # Getting Started… It was a challenging journey for me and all my team members as we have to complete it within the time of construct week, so we faced different challenges like it was our first project and we did not have any experience working in a team also we did not know how to manage everything within the time period. So we started with planning and studying the website, then we distributed the workflow, the roles, and responsibilities and with great collaboration, we managed the work.",
"main": "chest.js",
"scripts": {
"server": "json-server --watch db.json",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"json-server": "^0.17.1"
}
}