|
2 | 2 |
|
3 | 3 | Interactive coding tutorials inside of the Atom editor.
|
4 | 4 |
|
5 |
| -** Currently early alpha. Expect changes.** |
| 5 | +** Currently early alpha. Expectissues &changes.** |
6 | 6 |
|
7 | 7 |
|
8 |
| -###Setup |
| 8 | +##Setup |
| 9 | + |
| 10 | +#####Install Atom Package |
9 | 11 |
|
10 | 12 | apm install atom-coderoad
|
11 | 13 |
|
| 14 | +#####Enable Autosave |
| 15 | + |
| 16 | +To enable autosave in Atom, go to Atom > Preferences > Packages > search for "autosave" > settings > check "enabled". |
12 | 17 |
|
13 |
| -###Roadmap |
| 18 | +##Roadmap |
14 | 19 |
|
| 20 | +#####v1.0.0 |
| 21 | +* Autorun test setting |
| 22 | +* Improved test failure display |
15 | 23 | * Lint input before running (ESLint)
|
16 | 24 | * Loaders for different file types (ES2015, TypeScript, CoffeeScript, etc.)
|
17 | 25 | * Hints
|
18 | 26 | * Improved animations
|
| 27 | +* Test Tools |
| 28 | + |
| 29 | +#####v2.0.0 |
19 | 30 | * User accounts
|
20 | 31 | * Record progress to db
|
21 |
| -*Test Tools |
| 32 | +*Tutorial ratings |
22 | 33 | * Optional test frameworks (Mocha, Jasmine, etc.)
|
23 | 34 | * Different programming languages (Python, Swift, etc.)
|
24 | 35 | * Suggestions?
|