Skip to content

Commit 452ba3c

Browse files
committed
merges
1 parent b3b24c1 commit 452ba3c

File tree

1,573 files changed

+1103191
-1200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,573 files changed

+1103191
-1200
lines changed

.firebase/hosting.YnVpbGQ.cache

Lines changed: 1494 additions & 0 deletions
Large diffs are not rendered by default.

.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "tcslms-staging"
4+
}
5+
}

.gitignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
.env.development
21+
.env.production
22+
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
.firebase/hosting.YnVpbGQ.cache
27+
.firebase/hosting.YnVpbGQ.cache
28+
firebase-debug.log
29+
functions/tcslms/
30+
.firebase/hosting.YnVpbGQ.cache
31+
firebase-debug.log
32+
package-lock.json
33+
package-lock.json
34+
.firebase/hosting.YnVpbGQ.cache
35+
tcslms-staging-5b3e7c5f243d.json
36+
functions/credential.json
37+
.firebase/hosting.YnVpbGQ.cache
38+
package-lock.json
39+
package-lock.json
40+
.firebase/hosting.YnVpbGQ.cache
41+
*.cache

README.md

Lines changed: 37 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,68 @@
1-
# coding.space
1+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
22

3-
http://coding.space
3+
## Available Scripts
44

5-
![screenshot 2017-06-19 at 11 38 11 am](https://user-images.githubusercontent.com/2288939/27293297-f7b922c4-54e3-11e7-86ae-201b5c23b2a4.png)
5+
In the project directory, you can run:
66

7-
![screenshot 2017-06-19 at 11 38 35 am](https://user-images.githubusercontent.com/2288939/27293291-f3112c4e-54e3-11e7-9bd5-8de7d6cdb352.png)
7+
### `npm start`
88

9-
![image](https://user-images.githubusercontent.com/2288939/27293282-edaf816a-54e3-11e7-8f6e-e81bbb291f7a.png)
9+
Runs the app in the development mode.<br />
10+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
1011

11-
## How to contribute to the curriculum
12+
The page will reload if you make edits.<br />
13+
You will also see any lint errors in the console.
1214

13-
### Getting set up
15+
### `npm test`
1416

15-
1. Create an account at https://c9.io -- it'll ask for a credit card, but it won't charge you.
17+
Launches the test runner in the interactive watch mode.<br />
18+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
1619

17-
2. Create a new HTML workspace for you to work on coding.space in.
20+
### `npm run build`
1821

19-
3. Create a GitHub account
22+
Builds the app for production to the `build` folder.<br />
23+
It correctly bundles React in production mode and optimizes the build for the best performance.
2024

21-
4. Fork the [coding.space repo](https://github.com/stevekrouse/coding.space) to your github account by clicking the Fork button
25+
The build is minified and the filenames include the hashes.<br />
26+
Your app is ready to be deployed!
2227

23-
4. Clone your forked repo with this command in the Cloud9 terminal:
28+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
2429

25-
```
26-
git clone https://github.com/YourGithubUsername/coding.space.git
27-
```
30+
### `npm run eject`
2831

29-
4. Now you can add or edit anything you want without affecting the actual website.
32+
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
3033

34+
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
3135

32-
### Making changes and additions
36+
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
3337

34-
1. Take a look at scratch/ , woof/ , and web/ to familiarize yourself with the directory structure. Make sure you create new files in the right place.
38+
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
3539

36-
2. When creating a new untutorial, it's a good idea to make a copy of an existing untutorial, rename it, and use it as a template. That way, you can make sure the style and layout are uniform.
40+
## Learn More
3741

38-
3. When you're finished making the untutorial, add a screenshot thumbnail of the project to the proper images/ subfolder ( scratch/images/ | woof/images/ | web/images/ ).
42+
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
3943

40-
4. Add a link to your new untutorial in the proper index.html file ( scratch/index.html | woof/index.html | web/index.html ) and include the thumbnail. Use your judgment when choosing which level it belongs in.
44+
To learn React, check out the [React documentation](https://reactjs.org/).
4145

42-
5. When your changes are complete, create a new local branch and commit your changes to it. Give your branch a descriptive name, like "catch-the-mouse-untutorial"
43-
```
44-
git checkout -b catch-the-mouse-untutorial
45-
```
46+
### Code Splitting
4647

47-
6. Then add, commit and push the branch to your github repo.
48-
```
49-
git add . -p
50-
git commit -m "my changes"
51-
git push
52-
```
48+
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
5349

54-
7. Submit a pull request to the main `stevekrouse/coding.space` repo and await approval or feedback.
50+
### Analyzing the Bundle Size
5551

52+
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
5653

57-
If you want to get quick feedback before pushing your branch and making a pull request, you can send Steve a link to your project/changes on c9.io
54+
### Making a Progressive Web App
5855

59-
#### Embedding Scratch projects
56+
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
6057

61-
* For Scratch projects, to embed step-by-step examples, go to the project page on Scratch, and click "embed" -- you can copy/paste the iframe from there.
58+
### Advanced Configuration
6259

63-
#### Adding Woof projects
60+
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
6461

65-
* For Woof projects, please include the code for the full project in the `coding.space/woof/code/` directory so that it can serve as the answer key for our teachers.
62+
### Deployment
6663

67-
* Save all images in the`coding.space/woof/images` directory and all audio in the `coding.space/woof/audio` directory. Do not hard link.
64+
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
6865

69-
* Step-by-step examples of the project should be included in the `coding.space/woof/snippets` directory and linked to from your untutorial.
66+
### `npm run build` fails to minify
7067

71-
* Please don't embed examples for Woof projects as iframes -- they tend to slow things down on woofjs.com. Just include a link instead.
68+
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

TCSLMS in Brief.docx

20.8 KB
Binary file not shown.

about.css

Lines changed: 0 additions & 59 deletions
This file was deleted.

challenge/index.html

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)