This service allows you to create words from CS2 stickers. The idea of creating the service appeared after the update, where the ability to glue stickers in custom places was added.
- Enter the word or phrase you want to generate.
- Choose whether to generate the word using Holo/Gold/Glitter/Foil stickers ("Use unusual stickers" checkbox) - by default, generating without unusual stickers.
- Choose from how many stickers to generate the word - by default, "5" is selected.
- Press "Generate" and wait for the generation to finish.
- Choose the stickers that you like the most, go to the market to buy them (just click on the sticker), and customize your skins!
- There are two options:
- Using docker from the root folder:
docker-compose up --build -d
. - Everything is separate:
- Download and install MySQL.
- Download the repository.
- Go to the
backend
folder and launch the project in any way convenient for you. - Go to the
frontend
folder, open the console in this folder and writenpm install
and thennpm run dev
.
- Using docker from the root folder:
- Open in the browser
http://127.0.0.1:5173/
. - The project has been launched!
The API authored by ByMykel is used as a sticker database.