A small single page app for generating custom pride backgrounds based off a background that has the Trans, Lesbian, and Pride flags rotated 45 degrees. https://pride.nicholemattera.gay
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nichole Mattera 3dc767d56a 📝 Added license 1 year ago
public 🎨 Improved structure, and stylized components 1 year ago
src 🐛 Fixed bug where preview would disappear when changing size 1 year ago
.gitignore 🎉 Initial Commit 1 year ago
LICENSE 📝 Added license 1 year ago
README.md 🎉 Initial Commit 1 year ago
babel.config.js 🎉 Initial Commit 1 year ago
jsconfig.json 🎉 Initial Commit 1 year ago
package-lock.json Removed Vue Use dependency 1 year ago
package.json 📝 Added license 1 year ago
vue.config.js 🎉 Initial Commit 1 year ago

README.md

Pride Background Generator

A small single page app for generating custom pride backgrounds. The inspiration for this work is based off a background that I used for awhile that had the Trans, Lesbian, and Pride flags rotated 45 degrees. (Source) The purpose of this app is to allow anyone to create their own background with any arrangement of flags.

Project setup

npm ci

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint