Skip to content

Commit

Permalink
[Tutorial] Fix Sandbox download instructions to match current interfa…
Browse files Browse the repository at this point in the history
…ce (#6594)
  • Loading branch information
victorferreira authored Feb 1, 2024
1 parent adb958a commit ca98764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/tutorial-tic-tac-toe.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ body {
You can also follow this tutorial using your local development environment. To do this, you need to:

1. Install [Node.js](https://nodejs.org/en/)
1. In the CodeSandbox tab you opened earlier, press the top-left corner button to open the menu, and then choose **File > Export to ZIP** in that menu to download an archive of the files locally
1. In the CodeSandbox tab you opened earlier, press the top-left corner button to open the menu, and then choose **Download Sandbox** in that menu to download an archive of the files locally
1. Unzip the archive, then open a terminal and `cd` to the directory you unzipped
1. Install the dependencies with `npm install`
1. Run `npm start` to start a local server and follow the prompts to view the code running in a browser
Expand Down

0 comments on commit ca98764

Please sign in to comment.