Skip to content

olavea/Rubys-TimeShip

Repository files navigation

Welcome

Our forum and HQ is the discussion tabs. Make sure to check out the shedule and introduce yourself.

OlaCast:

–Skill Builder Sunday for dev-dads and dev-daughters

Can tags be the backbone of navigation in webapp?

🚀 Lillian's Gatsby Timeship webapp

✨ Quick start

  1. Get project files

    It is best if you do not clone this project, instead use the Code -> Download as ZIP or Use this tempate options above.

  2. Install dependencies

    npm run install
  3. Start developing.

    Navigate into your new site’s directory and start it up.

    npm run develop
  4. Open the code and start customizing!

    Your site is now running at http://localhost:8000!

    • Edit src/pages/index.js to see your site update in real-time!

    Your check if everything is set up correctly function is running at http://localhost:8000/api/hello

    • Edit src/api/hello.js to make changes

    Your starter time travel function is running at http://localhost:8000/api/time-travel

    • Edit src/api/time-travel.js to change the time travel function.