javascript-camp/README.md
Code Ninjas Garden Grove 51f9f9928d Created day 2 documentation
2020-08-20 16:23:57 -07:00

1.4 KiB

JavaScript Camp

A companion site for the JavaScript Camp

GitHub Workflow Status GitHub repo size

Visit the site!

Sensei Todo 😎

  • We should have a live document that shows how to complete each JavaScript activity, marked up with comments explaining the solution. We can choose whether or not the students are allowed to see them.

Editing Documents 🖊

Edit Existing (Online) 📝

  1. Visit your live site.
  2. Navigate to the page that you wish to edit.
  3. Click the link at the top of the page to edit the document.
  4. Commit your changes.

Create New (Online) 💡

  1. Visit the pages directory on GitHub.
  2. Navigate: Add file > Create new file.
  3. Commit the new file.

Work on Desktop

  1. Open your repository in your favorite code editor.
  2. Edit the contents of the pages directory.
  3. Commit your changes.

Deployment 🚀

  1. Set your .env secrets in your GitHub repository: Settings > Secrets > New Secret.
  2. Now, every push will trigger a deployment!

Created with by Code Ninjas Garden Grove