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)
- Host: GitHub
- URL: https://github.com/omarkohl/learnjj.codeandbugs.com
- Owner: omarkohl
- License: mit
- Created: 2024-12-05T06:39:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T12:42:12.000Z (about 1 year ago)
- Last Synced: 2025-02-09T02:23:21.950Z (about 1 year ago)
- Topics: jj, jujutsu, tutorial, vcs
- Language: TypeScript
- Homepage: https://learnjj.codeandbugs.com
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-code
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`