Outline
In this video, I give you your first assignment.
Assignment 1: Create a Hotel Site and Add a Page
- Clone a Gatsby starter to use as a site for a hotel. It can be the
hello-world
starter (gatsby new my-hotel-site https://github.com/gatsbyjs/gatsby-starter-hello-world
) or one from the Starter Gallery. - Add an "events" page to
src/pages
. - Run
gatsby develop
to make sure it works. - Add as much else as you'd like. Feel free to experiment!
You'll find the solution in the next video.