Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,5 @@ For this project, we were a group of **6 people**. Here are the people in the gr
- [Gianni TUERO](https://github.com/xJundo)
- [Lou PELLEGRINO](https://github.com/DimitriLaPoudre)
- [Nicolas TORO](https://github.com/toro-nicolas)
- [Olivier POUECH](hhttps://github.com/Livoooo)
- [Olivier POUECH](https://github.com/Livoooo)
- [Raphael LAUNAY](https://github.com/frenchkiwi)
3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build"
"predeploy": "npm run build",
"deploy": "gh-pages -d build -r https://github.com/ItsKarmaOff/Zappy.git"
},
"eslintConfig": {
"extends": [
Expand Down
Loading