init
This commit is contained in:
parent
de651393d3
commit
ac66e1c347
7 changed files with 34 additions and 3 deletions
37
README.md
37
README.md
|
@ -1,4 +1,35 @@
|
||||||
# Javascript
|
# JavaScript Camp
|
||||||
|
> A companion site for the JavaScript Camp
|
||||||
|
|
||||||
## Hello World
|
[](https://github.com/codeninjasgg/javascript-camp/actions?query=workflow%3ADeploy)
|
||||||
## This is the first commit
|

|
||||||
|
|
||||||
|
Visit the [site](https://codeninjasgg.github.io/javascript-camp/)!
|
||||||
|
|
||||||
|
## 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]: #
|
Reference in a new issue