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

🎉 (./tutorial-overview.md & tutorials/FranksGuide.md): initialise FranksGuide.md #81

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/tutorial-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@

- ["Unable to retrieve keypair" error](tutorials/how-to-fix-error-keypair.md)


## Franks Guide
- [Frank Guide](/tutorials/FranksGuide.md)
88 changes: 88 additions & 0 deletions docs/tutorials/FranksGuide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# Franks Guide to Contribute

:::danger
Its work in progress.
If question reach out to me.
Discord: `FrankBevr#9593`
:::

Are you overwhelmed by this? 🤯

[Folder & Files of NFT - Gallery](https://github.com/kodadot/nft-gallery)
```
../nft-gallery/
├── ACTIVITY.md
├── BURN_RATE.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Dockerfile
├── FIRST_TIME.md
├── HIRING.md
├── LEADERBOARD.md
├── LICENSE
├── README.md
├── REWARDS.md
├── SECURITY.md
├── STYLE_GUIDE.md
├── assets
├── babel.config.js
├── components
├── composables
├── docker-compose.yml
├── globals.d.ts
├── justfile
├── layouts
├── libs
├── locales
├── middleware
├── netlify.toml
├── nuxt.config.js
├── package.json
├── pages
├── params
├── patches
├── plugins
├── pnpm-lock.yaml
├── pnpm-workspace.yaml
├── queries
├── script
├── services
├── src-functions
├── static
├── store
├── styles
├── tests
├── tsconfig.json
├── utils
├── vitest.config.js
└── vue-shim.d.ts
20 directories, 25 files
```

Yes me either. 🤷‍♂️
Lets break it down. One after another.
Till we are able to make one contributions.

### Markdown Files
```
├── ACTIVITY.md
├── BURN_RATE.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── FIRST_TIME.md
├── LEADERBOARD.md
├── README.md
├── REWARDS.md
├── SECURITY.md
├── STYLE_GUIDE.md
```
In `./README.md` ...
In `./FIRST_TIME.md` ...
In `./CONTRIBUTING.md` ...

### ./package.json
```
├── package.json
```

Commit in Flixbus