Skip to content

Commit

Permalink
docs: Fixed a broken link in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Feb 7, 2024
1 parent 3335142 commit 932aa6d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ You can start coding on the NEAR Rust stack in less than a minute, thanks to [NE

1. Click **Use this template** > **Create a new repository**

<img width="1057" alt="Screenshot 2024-02-07 at 23 27 20" src="https://github.com/njelich/cargo-near-new-project-template/assets/12912633/d59d89f1-8bc4-42f1-8e0d-842521d87768">
<img width="750" alt="Create a new repository" src="https://github.com/njelich/cargo-near-new-project-template/assets/12912633/d59d89f1-8bc4-42f1-8e0d-842521d87768">

2. In your newly created repo, click **Code** > **Codespaces** > **Create codespace on main**

<img width="1055" alt="Screenshot 2024-02-07 at 23 33 28" src="https://github.com/njelich/cargo-near-new-project-template/assets/12912633/352566cf-2eca-4d42-8232-6136ea8ec9d3">
<img width="750" alt="Create Codespace" src="https://github.com/njelich/cargo-near-new-project-template/assets/12912633/352566cf-2eca-4d42-8232-6136ea8ec9d3">

3. Start writing your contract logic in [src/lib.rs](src/lib.rs) and integration tests in [tests/test_basic.rs](tests/test_basic.rs).
## Where to Get Started?

Start writing your contract logic in [src/lib.rs](src/lib.rs) and integration tests in [tests/test_basics.rs](tests/test_basics.rs).

## How to Build Locally?

Expand Down

0 comments on commit 932aa6d

Please sign in to comment.