Learn docs is built with the intention to have notes and cheatsheets with easy access. These are all my personal learnings/ notes made by me for the topics. These are not a general notes for a topic.
This website is built using Docusaurus 2, a modern static website generator.
You are free to contribute to the project.
- Local Development
Brief documentation is below.
This environment is fully on computer and requires each dependency to be installed and set up, but gives you the most flexibility for customisation.
Before contributing or adding a new feature, please make sure you have already installed the following tools:
- NodeJs (Works with Node LTS version)
- yarn - a package manager built by Facebook
You can set this up locally with the following steps:
yarn install
yarn start
this will start the project on your local development server. Then make your changes and raise PR to the project.
cmd /C "set "GIT_USER=<GITHUB_USERNAME>" USE_SSH=true && yarn deploy"