Clone the project
git clone https://github.com/kakajuro/tidytube my-project
Go to the project directory
cd my-project
Install dependencies (using yarn)
yarn
Edit the config.json to disable api calls (If you do not also have the server also running locally, it may error otherwise)
Available at ./src/config.json
{
"apiEnabled": false
}
Start the extension with
yarn app:YOUR_PLATFORM-dev
Extension output locations
./dist/YOUR_PLATFORM_dist
Build the extension with
yarn app:YOUR_PLATFORM-dev
or build and zip for all platforms at once using
yarn build:all
These will be available at
./dist/YOUR_PLATFORM_dist.zip