Our forum and HQ is the discussion tabs. Make sure to check out the shedule and introduce yourself.
Can tags be the backbone of navigation in webapp?
🚀 Lillian's Gatsby Timeship webapp
-
Get project files
It is best if you do not clone this project, instead use the
Code -> Download as ZIP
orUse this tempate
options above. -
Install dependencies
npm run install
-
Start developing.
Navigate into your new site’s directory and start it up.
npm run develop
-
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.
- Edit