Remove schema dependency
This commit is contained in:
@@ -56,14 +56,15 @@ While inside the theme folder, simply run:
|
|||||||
resume serve
|
resume serve
|
||||||
```
|
```
|
||||||
|
|
||||||
If successful, you should now see this message:
|
You should now see this message:
|
||||||
|
|
||||||
```
|
```
|
||||||
Preview: http://localhost:4000
|
Preview: http://localhost:4000
|
||||||
Press ctrl-c to stop
|
Press ctrl-c to stop
|
||||||
```
|
```
|
||||||
|
|
||||||
Congratulations, you've made it!
|
Congratulations, you've made it!
|
||||||
|
|
||||||
__The theme development can now begin.__
|
__The theme development can now begin.__
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"handlebars": "^2.0.0-alpha.4",
|
"handlebars": "^2.0.0-alpha.4"
|
||||||
"resume-schema": "jsonresume/resume-schema"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user