Skip to content

Commit

Permalink
Add build instructions to readme
Browse files Browse the repository at this point in the history
* Add build instructions to readme

* Add build option that includes version number

* Add license report to build steps

<rikaitan.link>OTIxMzZhMGFjNzNjZTZhOTg5N2Q1NzdjNDQ4MjMwOTE3NTQ1MzMzOAo=</rikaitan.link>
  • Loading branch information
jason-ojisan committed Nov 24, 2024
1 parent ae1e767 commit c048498
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,20 @@ If you want to add or improve support for a language, read the documentation on

Feel free to join us on [DJT 🍔](https://tatsumoto.neocities.org/blog/join-our-community).

## Building Rikaitan

1. Install [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/).

2. Run `npm ci` to set up the environment.

3. Run `npm run license-report:html` to generate any missing or changed license information.

4. Run `npm run build` for a plain testing build or `npm run-script build -- --all --version {version}` for a release build (replacing `{version}` with a version number).

5. The builds for each browser and release branch can be found in the `builds` directory.

For more information, see [Contributing](./CONTRIBUTING.md#setup).

## Third-Party Libraries

Rikaitan uses several third-party libraries to function.
Expand Down

0 comments on commit c048498

Please sign in to comment.