Skip to content

Commit 53704dc

Browse files
add repo branch references to subsections
1 parent 1d8561c commit 53704dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

learn/getting-started/create-your-first-application.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ The `files` property allows you to specify a file glob pattern for the plugin. I
145145

146146
With the `schema.graphql` and `config.yaml` in place, now its time to run your application for the first time.
147147

148+
:::note
149+
If you need to check your work, checkout the [`01-create-table`](https://github.com/HarperFast/create-your-first-application/tree/01-create-table) branch.
150+
:::
151+
148152
## Running the Application
149153

150154
<Tabs groupId="installation">
@@ -208,6 +212,10 @@ Click "Restart Cluster" to apply the new file changes.
208212

209213
</Tabs>
210214

215+
:::note
216+
If you need to check your work, checkout the [`02-rest-api`](https://github.com/HarperFast/create-your-first-application/tree/02-rest-api) branch.
217+
:::
218+
211219
## Create a Record
212220

213221
With everything in place, now its time to create your first record for the `Dog` table.

0 commit comments

Comments
 (0)