You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2016-01-01-installation.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,25 @@ Use [Atom CodeRoad](https://github.com/coderoad/atom-coderoad) to view and play
21
21
22
22
* Open *Atom-CodeRoad* in *Atom* using the "packages" menu or press *ctrl-alt-1*.
23
23
24
+
* It's recommended you also enable Autosave in Atom.
25
+
26
+
To enable autosave in Atom, go to *Atom* > *Preferences* > *Packages* > search for *"autosave"* > *settings* > check *"enabled"*.
27
+
28
+
* If CodeRoad is unavailable under *Atom* > *Packages* > *CodeRoad*, restart or reload atom.
29
+
30
+
You can use the Atom [command-palette](https://atom.io/docs/latest/getting-started-atom-basics#command-palette) to find "reload" or simply use the reload hot-key.
31
+
32
+
* Windows & Linux: alt-ctrl-r
33
+
* Mac: ctrl-alt-cmd-l
34
+
35
+
### Tutorial
36
+
37
+
To install a tutorial, setup a *package.json* file and save the tutorial as a dependency. Make sure [NodeJS](nodejs.org) is already installed.
38
+
39
+
You can setup a project quickly by typing `npm init --y` into the command line in your project's folder. This agrees to all of the defaults for your newly created *package.json* file.
40
+
41
+
Now you can install a tutorial. Run `npm install --save-dev $THE-PACKAGE-NAME$` to save the tutorial as a package development dependency. If you run *Atom-CodeRoad* you should see the tutorial appear on the first screen.
0 commit comments