Pen to Project to People #1

Goals

  • Practice our Process of Pen-Project-to-People

  • Modify other peoples' code

  • Go from internal testing and Staging to external live Production website

Setup GitHub Project

  • Create a new repo on GitHub named: pen-to-project

  • Activate a new CodeSpace for this repo

    • Setup our file and folder structure for a project

      • index.html

      • style.css

      • script.js

  • Create boilerplate for index.html

  • Connect style.css and script.js

Migrate Pen to Project

Modify Project

Commit and Sync

  • Write a commit message

  • Commit to project

  • Sync to repo

Deployment

Submission

  • Submit URL to your GitHub repo e.g. github.com/YourUserName/pen-to-project

  • Submit URL to your Netlify deployment e.g. subdomain.netlify.app

  • Double check submitted URLs are publicly accessible

Last updated