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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ To start work on your project, go to the green button at the top of *your* repos
16
16
2. Click on the tab that says "Codespaces."
17
17
3. Click "Create codespace on main."
18
18
19
-
This may take a minute or two (just the first time; later this will be faster) and then open a browser version of VS Code with everything set up to start working. The first thing you should do is create a new PreTeXT project:
19
+
This will open a new tab with a browser version of VS Code including everything set up to start working. (When you first create a codespace for a project, it may take 5-10 minutes; when you restart a codespace it will be much faster). The first thing you should do is create a new PreTeXT project.
20
+
21
+
### Creating a New Project
20
22
21
23
1. Open the command palette by hitting `Ctrl+Shift+P` (or `F1`) and start typing "pretext new". You will see a command titled "PreTeXt: New Project".
22
24
2. Hit `Enter` and select what sort of project you would like to create.
0 commit comments