mirror of
https://github.com/codeninjasgg/javascript-camp.git
synced 2024-11-21 02:18:15 -05:00
No description
b0747ab5ac
typo |
||
---|---|---|
.github/workflows | ||
.sensei | ||
.vscode | ||
pages | ||
src | ||
static | ||
.env.sample | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
JavaScript Camp
A companion site for the JavaScript Camp
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) 📝
- Visit your live site.
- Navigate to the page that you wish to edit.
- Click the link at the top of the page to edit the document.
- Commit your changes.
Create New (Online) 💡
- Visit the
pages
directory on GitHub. - Navigate:
Add file > Create new file
. - Commit the new file.
Work on Desktop
- Open your repository in your favorite code editor.
- Edit the contents of the
pages
directory. - Commit your changes.
Deployment 🚀
- Set your
.env
secrets in your GitHub repository:Settings > Secrets > New Secret
. - Now, every push will trigger a deployment!
Created with ☕ by Code Ninjas Garden Grove