Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add 'creating a fuel dapp' section #1965

Merged
merged 23 commits into from
Apr 5, 2024

Conversation

Dhaiwat10
Copy link
Member

@Dhaiwat10 Dhaiwat10 commented Mar 28, 2024

Summary

This PR adds:

  • A new page under Introduction > Creating a Fuel dApp
  • Moves the old Quickstart page containing docs related to npm create fuels to Tooling -> CLI -> npm create fuels
Screen.Recording.2024-04-01.at.17.20.59.mov

Closes #1913

@Dhaiwat10 Dhaiwat10 added the docs Requests pertinent to documentation label Mar 28, 2024
@Dhaiwat10 Dhaiwat10 self-assigned this Mar 28, 2024
apps/docs/.vitepress/config.ts Outdated Show resolved Hide resolved
apps/docs/.vitepress/config.ts Outdated Show resolved Hide resolved
apps/docs/src/guide/creating-a-fuel-dapp/index.md Outdated Show resolved Hide resolved
templates/nextjs/src/pages/index.tsx Show resolved Hide resolved
apps/create-fuels-counter-guide/README.md Show resolved Hide resolved
apps/create-fuels-counter-guide/README.md Show resolved Hide resolved
apps/docs/src/guide/creating-a-fuel-dapp/index.md Outdated Show resolved Hide resolved
@Dhaiwat10 Dhaiwat10 requested a review from maschad as a code owner April 3, 2024 21:02
Copy link
Contributor

@danielbate danielbate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really great work man! Couple thoughts:

  • I think we should link to the finished source code somewhere in here
  • Should we add a link/info to deployment info? Vercel?

@Dhaiwat10
Copy link
Member Author

@danielbate re. your comment about deployment instructions, we are still working on making the template deployment ready and figuring out what would be the best strategy for it. Expect something very soon on this. I will make sure I add it to our docs.

Copy link
Contributor

github-actions bot commented Apr 5, 2024

Coverage Report:

Lines Branches Functions Statements
79.38%(-1.67%) 69.68%(-1.92%) 77.44%(-1.65%) 79.51%(-1.62%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 ✨ apps/create-fuels-counter-guide/tailwind.config.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/lib.ts 0%
(+0%)
0%
(+0%)
100%
(+100%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/Button.tsx 0%
(+0%)
100%
(+100%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/FuelLogo.tsx 0%
(+0%)
100%
(+100%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/Input.tsx 0%
(+0%)
100%
(+100%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/Layout.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/Link.tsx 0%
(+0%)
100%
(+100%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/WalletDisplay.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/hooks/useActiveWallet.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/hooks/useBrowserWallet.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/hooks/useBurnerWallet.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/hooks/useFaucet.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/pages/_app.tsx 0%
(+0%)
100%
(+100%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/pages/_document.tsx 0%
(+0%)
100%
(+100%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/pages/faucet.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/pages/index.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)

@Dhaiwat10 Dhaiwat10 merged commit 7b05d78 into master Apr 5, 2024
15 checks passed
@Dhaiwat10 Dhaiwat10 deleted the dp/creating-a-fuel-dapp-docs branch April 5, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Requests pertinent to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Creating a Fuel dApp
3 participants