-
Notifications
You must be signed in to change notification settings - Fork 14
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: Improve documentation for new users #85
base: master
Are you sure you want to change the base?
Conversation
neolectron
commented
Sep 14, 2023
•
edited
Loading
edited
- List all default features availables.
- Explain core concepts of the bot in README.
- Complete contributing guide ! - Missing features environments Blocked by feat: make modules isolated using creation function #81
- Document module API - WIP (wiki ?).
- Reduce the minimal setup required to dev the bot. - Blocked by Reduce the friction for new dev to make a contribution #84
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Peïo Thibault <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Peïo Thibault <[email protected]>
Co-authored-by: Yanzi-dev <[email protected]> Co-authored-by: Manuel <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Peïo Thibault <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Peïo Thibault <[email protected]> Co-authored-by: Manu <[email protected]>
Co-authored-by: Manu <[email protected]> Co-authored-by: Manuel <[email protected]>
Co-authored-by: Manu <[email protected]>
Co-authored-by: LazyRabbit <[email protected]>
Co-authored-by: Peïo Thibault <[email protected]>
|
||
### Minimal setup | ||
|
||
Copy [`.env.example`](./.env.example) to `.env` and fill you discord token. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when i git clone, .env.example already exist.
Just need to rename .env.example to .env and fill the discord token.
@@ -4,23 +4,43 @@ | |||
|
|||
We use [pnpm](https://pnpm.io) to manage our dependencies. | |||
You can [install it](https://pnpm.io/installation) using your preferred | |||
method, but we recommend using [Corepack](https://nodejs.org/api/corepack.html#supported-package-managers) so that you | |||
keep your package manager version in sync with ours. | |||
method, but we recommend using [Corepack](https://nodejs.org/api/corepack.html#supported-package-managers) so that you keep your package manager version in sync with ours. | |||
|
|||
Make sure you run **Node 20** or the dependencies' installation will fail. | |||
We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage your Node version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -4,23 +4,43 @@ | |||
|
|||
We use [pnpm](https://pnpm.io) to manage our dependencies. | |||
You can [install it](https://pnpm.io/installation) using your preferred | |||
method, but we recommend using [Corepack](https://nodejs.org/api/corepack.html#supported-package-managers) so that you | |||
keep your package manager version in sync with ours. | |||
method, but we recommend using [Corepack](https://nodejs.org/api/corepack.html#supported-package-managers) so that you keep your package manager version in sync with ours. | |||
|
|||
Make sure you run **Node 20** or the dependencies' installation will fail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we must use node 20.8.1.
Latest version of node don't work.
c69e2ce
to
a754471
Compare