An open API service indexing awesome lists of open source software.

https://github.com/omarkohl/learnjj.codeandbugs.com

Source for learnjj.codeandbugs.com (Ju Jutsu VCS tutorial)
https://github.com/omarkohl/learnjj.codeandbugs.com

jj jujutsu tutorial vcs

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# learnjj.codeandbugs.com

[Ju Jutsu (jj)](https://martinvonz.github.io/jj/latest/) tutorial source, built
using [Docusaurus](https://docusaurus.io/). **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](https://www.freepik.com/free-vector/cute-ninja-with-shuriken-cartoon-flat-cartoon-style_12873501.htm).

## 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`