No description
Find a file
Code Ninjas Garden Grove b0747ab5ac Update Day 1.md
typo
2020-08-20 17:07:15 -07:00
.github/workflows init 2020-08-19 16:16:39 -07:00
.sensei day1 2020-08-19 16:54:41 -07:00
.vscode init 2020-08-19 16:16:39 -07:00
pages Update Day 1.md 2020-08-20 17:07:15 -07:00
src init 2020-08-19 16:16:39 -07:00
static init 2020-08-19 16:16:39 -07:00
.env.sample init 2020-08-19 16:16:39 -07:00
.gitignore init 2020-08-19 16:16:39 -07:00
LICENSE init 2020-08-19 16:16:39 -07:00
package-lock.json init 2020-08-19 16:16:39 -07:00
package.json init 2020-08-19 16:16:39 -07:00
README.md Created day 2 documentation 2020-08-20 16:23:57 -07:00

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