FAQ
Got any questions?
These should answer them all!
        For additional information you can contact me on Discord: Cryptizism
Easy Option
You can contact me on your discord with an image of your skin overlay and I will add your socials and name to the website!
Manual Option
- 
                            Clone the repository
                            
$ git clone https://github.com/Cryptizism/skin-overlay.git - 
                            Clone the repository
                            
$ git clone https://github.com/Cryptizism/skin-overlay.git - 
                            Populate your file like below
                            
- {
 - "name":"Banana Hat",
 - "description": "This banana hat was inspired by bananas", (optional)
 - "pubDate": "Aug 01 2023", (optional)
 - "author": "Cryptizism" (optional)
 - }
 
 - Place the image of your skin overlay in public/overlays with the same name as your .json
 - Create a pull request
 
Basic Usage
- 
                              Clone the repository
                              
$ git clone https://github.com/Cryptizism/skin-overlay.git - 
                            
Install dependencies
$ npm i - 
                            
Run in development enviroment
$ npm run dev 
Deploying
- 
                            
Edit your astro.config.mjs to reflect your github repo like below
- import { defineConfig } from 'astro/config';
 - import tailwind from "@astrojs/tailwind";
 - export default defineConfig({
 - integrations: [tailwind()],
 - site: 'https://YOUR_ACCOUNT.github.io',
 - site: '/your_repo',
 - });
 
 - Under the settings page of your repo go to pages and turn the source to "GitHub Actions"
 
Since submissions are open there is a chance that your art may be here without your expressed permissions, if this happens please feel free to contact me on the github or on Discord and I will resolve the issues as fast as possible!