Ju Jutsu (jj) tutorial source, built using Docusaurus. jj is a VCS (version control system), like Git or Mercurial.
Visit https://learnjj.codeandbugs.com to get started.
Unless otherwise specified:
- The source code and code samples are licensed under the MIT license. See the LICENSE-code file for details.
- The documentation is licensed under the CC BY-SA 4.0 (Attribution-ShareAlike 4.0 International License). See the LICENSE-docs file for details.
- The logo and derived files (e.g. the favicon) are NOT covered by the above licenses and belong to freepik.com.
Documentation for people who want to contribute to the tutorial. If you only want to learn jj the following is probably uninteresting to you.
$ yarn
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory and can be
served using any static contents hosting service.
For taking screenshots on Ubuntu 22.04:
- Open a new terminal (default size)
- Execute
export PS1="$ "
andPROMPT_COMMAND='echo -ne "\033]0;omar@ubuntu\007"'
- Take screenshots of that window with the Print key
- Convert to webp
convert Screenshot\ from\ 2024-12-08\ 21-07-48.png log.webp