Here you can edit the pages and create a pull request so that I can implement your changes. Here’s a little tutorial:
- Download GitHub Desktop here.
- Download Visual Studio Code here.
- Download Node.js here.
- Download Git here.
- Open GitHub Desktop and log in with your GitHub account.
- Click on "File -> Clone Repository" and then click on "URL". Enter
https://github.com/Felitendo/Docs
. - Click "Clone" and wait for it to finish cloning.
- Click on "Open in VSCode".
- Click on "Terminal -> New Terminal" and enter
npm i
. - Wait for everything to install, then enter
npm i react-player
. - Then enter either
npm start
ornode ./index.js
. - Open this website in your browser: http://localhost:25561.
- Change the page you want to edit. You can find the docs in
/docs/
. - Save your changes with
CTRL + S
. - Go back to GitHub Desktop and click on "Commit to main" or "Open pull request".
- Describe exactly what you changed and submit your pull request.
- Wait for your pull request to be reviewed. This usually shouldn’t take longer than 3 days. If it does, feel free to message me on Discord (@felitendo).