Skip to content

ojuuji/rbmerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBmerge

Documentation is best read on GitHub Pages: ojuuji.github.io/rbmerge/

How to Build

To generate userscript run the following command in the repository root directory:

./script/build.sh

Script will be generated as ./www/js/rbmerge.js.

To build and run locally an app, install Node.js and then run next commands:

cd app
npm ci
npm start

To run the site locally:

./script/build.sh
cd app
npm run build
cd ../www
bundle install
bundle exec jekyll serve

These steps are automated via GitHub Actions, so you may check workflows directory for details.

About

Merge inventories from Rebrickable.

Topics

Resources

License

Stars

Watchers

Forks