-
Notifications
You must be signed in to change notification settings - Fork 13
docs: Improve documentation for new users #85
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
base: master
Are you sure you want to change the base?
Conversation
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
Uh oh!
There was an error while loading. Please reload this page.