Skip to content

cristicretu/arcboost-marketplace

Repository files navigation

Arc Boost Marketplace

This is the Unofficial Marketplace for Arc Boosts. 178108182-830d795c-1ba7-4a39-8201-6892d7400236 1

  1. Downloading
  2. Contributing
  3. Running
  4. License

Downloading

Just press on a card and it will be automatically downloaded. Unzip the file and add it to your path /Users/*/Library/Application Support/Arc/boosts, and you're done ✨

If you have any issues, make sure the extension is enabled through the Manage extensions page.

Contributing

To extend this marketplace, all contributions are welcome.

Step 0

Fork this repository and create a new branch.

Step 1

Grab your boost (extension) from Arc. There are two main ways to do that:

  1. From the Boost editor

Click on the title or settings icon on the top left, and then click Open in Finder in the modal 178107343-6f12ec7a-5cf1-49c0-a234-bf4b1450d613 2

  1. From the extensions tab

Menu Bar -> Extensions -> Manage Extensions -> Click on your extensions' details -> Source

Afterward, ZIP the folder (Right Click -> Compress). Now switch to your branch and add the whole zip file you just got into the public/extensions folder.

Step 2

Create a manifest.json file for your extension. This will be used for preview purposes on the main website. Get the template from here, then fill in the properties. For the image, either paste it into the PR or somewhere else into GitHub, but ensure that the image link is https://user-images.githubusercontent.com/.... (i.e hosted on GitHub)

Now change the name of this file to the name of your boost. This will be used on the website. (i.e retro-github -> Retro Github)

Step 3

Submit the PR

Running

git clone git@github.com:cristicretu/arcboost-marketplace.git
cd arcboost-marketplace && yarn # or npm -i
npm run dev
# or
yarn dev
# or
pnpm dev

License

MIT © Cristian Crețu