Skip to content

Commit

Permalink
resolve conflicts from stash
Browse files Browse the repository at this point in the history
  • Loading branch information
barriebyron authored Aug 14, 2023
1 parent 7b2ab13 commit bd7c646
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions docs/zkapps/tutorials/04-zkapp-ui-with-react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,18 @@ The `zk project` command can scaffold the UI for your project.

The `zk project` command has the ability to scaffold the UI for your project. For this tutorial, select `next`:

<<<<<<< Updated upstream
```
? Create an accompanying UI project too?
❯ next
svelte
nuxt
empty
none
? Create an accompanying UI project too?
❯ next
svelte
nuxt
empty
none
```
=======

1. If you are prompted to install the required Next packages, press **y** to proceed.
>>>>>>> Stashed changes

1. Select **yes** at the `? Do you want to setup your project for deployment to Github Pages?` prompt.
1. Select **yes** at the `? Do you want to set up your project for deployment to Github Pages?` prompt.

1. If you are prompted to install the required Next packages, press **y** to proceed.

Expand All @@ -110,7 +108,6 @@ The `zk project` command can scaffold the UI for your project.

1. Select **No** at the `? Would you like to use Tailwind CSS with this project?` prompt.

<<<<<<< Updated upstream
Your UI is created in the project directory: `/04-zkapp-browser-ui/ui` with two directories:

- `contracts`: The smart contract code
Expand Down Expand Up @@ -153,7 +150,7 @@ For all projects, you run `zk` commands from the root of your `04-zkapp-browser-
For this tutorial, run the UI commands from the local `/04-zkapp-browser-ui/ui/` directory.

Files that contain the UI code are in the `ui/src/pages` directory.
=======

The expected output is:

```text
Expand All @@ -170,7 +167,6 @@ Initializing project with template: default
```

For this tutorial, you run commands from the root of the `04-zkapp-browser-ui` directory as you work in the `ui/src/pages` directory on files that contain the UI code.
>>>>>>> Stashed changes

Each time you make updates, then build or deploy, the TypeScript code is compiled into JavaScript in the `build` directory.

Expand Down

0 comments on commit bd7c646

Please sign in to comment.