GitHub can be used to host and share files. This allows you to easily share and collaborate on files, track changes using commits, and keep a history of updates. GitHub's hosting capabilities enable you make your content accessible on the web.
Create an account on [Github](https://github.com/). Users might also be asked to provide details and billing addresses that are outside of this tutorial's scope.
<figure><imgsrc="../../.gitbook/assets/hosting/Screenshot 2023-06-16 at 07.58.20.png"alt=""><figcaption><p>Create new repository</p></figcaption></figure>
<figure><imgsrc="../../.gitbook/assets/hosting/Screenshot 2023-06-16 at 07.59.38.png"alt=""><figcaption><p>Make the repository public</p></figcaption></figure>
Go to your repo in Github and above the list of files, select the Add file dropdown menu and click Upload files. Alternatively, you can use version control to push your file to the repo.
<figure><imgsrc="../../.gitbook/assets/hosting/Screenshot 2023-06-16 at 07.50.27.png"alt=""><figcaption><p>Upload file on Github</p></figcaption></figure>
<figure><imgsrc="../../.gitbook/assets/hosting/Screenshot 2023-06-16 at 07.51.14.png"alt=""><figcaption><p>Drag and drop new files on your GitHub repo</p></figcaption></figure>
Below the commit message field, decide whether to add your commit to the current branch or to a new branch. If your current branch is the default branch, then you should choose to create a new branch for your commit and then create a pull request.
After you make your commit (and merge your pull request, if applicable), then click on the file.
To use your file on the Market **you need to use the raw url of the asset**. Also, make sure your Repo is publicly accessible to allow the market to use that file.
<figure><imgsrc="../../.gitbook/assets/hosting/Screenshot 2023-06-16 at 08.02.25.png"alt=""><figcaption><p>Click the Raw button</p></figcaption></figure>
<figure><imgsrc="../../.gitbook/assets/hosting/Raw-URL.png"alt=""><figcaption><p>Grab the RAW github URL from your browser's URL bar</p></figcaption></figure>
<figure><imgsrc="../../.gitbook/assets/hosting/Screenshot 2023-06-16 at 08.05.41.png"alt=""><figcaption><p>Copy paste the raw url</p></figcaption></figure>
<figure><imgsrc="../../.gitbook/assets/hosting/Screenshot 2023-06-16 at 08.08.12.png"alt=""><figcaption><p>Upload on the Ocean Market</p></figcaption></figure>