Skip to content

Commit

Permalink
Update frontend edit instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Jan 17, 2024
1 parent 424a278 commit 178889c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start/environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Visit your app on `http://localhost:3000`. You can interact with your smart cont
- Edit your deployment scripts:
- Hardhat => `packages/hardhat/deploy`
- Foundry => `packages/foundry/script`
- Edit your frontend in `packages/nextjs/pages`
- Edit your frontend in `packages/nextjs/app/page.tsx` (homepage), and the rest of [pages / layouts](https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts) for the different [routes](https://nextjs.org/docs/app/building-your-application/routing/defining-routes) of your application.
- Edit the app config in `packages/nextjs/scaffold.config.ts`
- Edit your smart contract test in:
- Hardhat => `packages/hardhat/test` to run test use `yarn hardhat:test`
Expand Down

0 comments on commit 178889c

Please sign in to comment.