git checkout step8
git merge step7For the rest of the workshop your job is to build the proper CMS. We have done the front-end code for you - you only need to worry about the server side of the application.
Let's clean up unnecessary files.
Delete the public folder
Keep handler.js, but delete all the code so that it's empty
Keep server.js, but delete all the code so that it's empty too
If yes, then commit your changes:
git add .
git commit -m 'enter relevant message'
git push origin step8