Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Jun 25, 2024
1 parent c9a5ef2 commit 5bc0098
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ title: Quickstart
The easiest way to start developing on Aztec locally is through `npx aztec-app`. This is a convenient way of installing the development environment (A.K.A. Sandbox) and starting new projects from a boilerplate.

If you'd like to develop remotely (for example, if you're on Windows or have trouble working with Docker), follow the [codespaces guide](./getting_started/codespaces.md).

To locally install the Sandbox without other tools, see [here](./getting_started/manual_install.md).

## Prerequisites

Expand All @@ -23,7 +25,7 @@ This script gives you some options to bootstrap a new project, start/stop the sa

## What's next?

Now you have a development network running,, so you're ready to start coding your first app with Aztec.nr and Aztec.js!
Now you have a development network running, so you're ready to start coding your first app with Aztec.nr and Aztec.js!

To follow the series of tutorials, start with the private voting contract [here](./tutorials/contract_tutorials/private_voting_contract.md).

Expand Down

0 comments on commit 5bc0098

Please sign in to comment.