Skip to content

Source for learnjj.codeandbugs.com (Ju Jutsu VCS tutorial)

License

MIT, CC-BY-SA-4.0 licenses found

Licenses found

MIT
LICENSE-code
CC-BY-SA-4.0
LICENSE-docs
Notifications You must be signed in to change notification settings

omarkohl/learnjj.codeandbugs.com

Repository files navigation

learnjj.codeandbugs.com

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.

License

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.

Know exceptions:

  • The logo and derived files (e.g. the favicon) are NOT covered by the above licenses and belong to freepik.com.

Developer Documentation

Documentation for people who want to contribute to the tutorial. If you only want to learn jj the following is probably uninteresting to you.

Installation

$ yarn

Local Development

$ 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.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Screenshots

For taking screenshots on Ubuntu 22.04:

  • Open a new terminal (default size)
  • Execute export PS1="$ " and PROMPT_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

About

Source for learnjj.codeandbugs.com (Ju Jutsu VCS tutorial)

Topics

Resources

License

MIT, CC-BY-SA-4.0 licenses found

Licenses found

MIT
LICENSE-code
CC-BY-SA-4.0
LICENSE-docs

Stars

Watchers

Forks