javascript-camp/README.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

2020-08-19 19:10:30 -04:00
# JavaScript Camp
> A companion site for the JavaScript Camp
2020-08-19 19:10:30 -04:00
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/codeninjasgg/javascript-camp/Deploy)](https://github.com/codeninjasgg/javascript-camp/actions?query=workflow%3ADeploy)
![GitHub repo size](https://img.shields.io/github/repo-size/codeninjasgg/javascript-camp)
Visit the [site](https://codeninjasgg.github.io/javascript-camp/)!
2020-08-20 19:23:57 -04:00
## 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.
2020-08-19 19:10:30 -04:00
## Editing Documents 🖊
### Edit Existing (Online) 📝
1. Visit your live site.
1. Navigate to the page that you wish to edit.
1. Click the link at the top of the page to edit the document.
1. Commit your changes.
### Create New (Online) 💡
1. Visit the [`pages`](pages) directory on GitHub.
1. Navigate: `Add file > Create new file`.
1. Commit the new file.
### Work on Desktop
1. Open your repository in your favorite code editor.
1. Edit the contents of the [`pages`](pages) directory.
1. Commit your changes.
## Deployment 🚀
1. Set your [`.env`](.env.sample) secrets in your GitHub repository: `Settings > Secrets > New Secret`.
1. Now, every push will trigger a deployment!
---
Created with ☕ by [Code Ninjas Garden Grove][creator_site]
[creator_site]: #