Coder Social home page Coder Social logo

emojipack3's Introduction

Making your own Nitroless repo

If you'd like to make your own collection of emotes for Nitroless, make a fork of this repo by pressing Use this template and follow the steps below!

  1. You'll want to have Node JS installed to run the automated script to generate the manifest JSON and resize emotes automatically. You can download it here.

  2. Edit repoData.js with the appropriate details for your repo. For example:

//Add Name of your Repo here
exports.name = `Example Repo`;
//Add Name and Type of Image Icon you want to use here, icon must be png
exports.icon = 'CoolIcon.png';
//Add the folder name where all your emotes are saved
exports.pathName = 'emotes';
//Add your name here, or remove the line if you don't need your name displayed under the repo's title in our clients
exports.author = 'Joe';
//Add your description here, or remove the line if you don't need any description for your repo, this is useful for SEO and Web Crawlers
exports.description = 'Cool Description';
//Add the folder name where all your stickers are saved
exports.stickerPath = 'stickers'
  1. Add all of your emotes to the folder you're using. Make sure they're all PNGs, JPGs or GIFs.

GitHub Pages

This is the recommended route for people who are beginners or are not too sure about hosting services.

  1. A GitHub Actions workflow is already set up to automatically build and deploy to the gh-pages branch. Make sure your emotes are all uploaded and repoData.js is filled in.

  2. Go to repository settings and head to the Pages tab. Set the Branch to gh-pages and then hit Save. Your repo will be available at https://<your-username>.github.io!

If the gh-pages branch does not exist, hit refresh occasionally until it shows up. The workflow might not have created the branch yet.

Setting up a custom domain is not documented here, but you can google how to set up github pages custom domain.

Self-hosted

  1. Run npm i to install dependencies, then run npm run start to build your website.

  2. Now you may statically host the root of your repository anywhere.

Taking the self-hosted route assumes you know what you're doing and have a place to host your repository.

Pushing Updates

Pushing updates is easy!

GitHub Pages

Just upload or push your new emotes or edits to repoData.js and your wehsite will update in a few minutes.

Self-hosted

Just run npm run start (assuming you have dependencies installed from previously) and then upload your changes to your static webhost.

emojipack3's People

Contributors

24flopp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.