Samuel-Risner / good-morning-sticker-creator

A web page for creating different images with different messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

good-morning-sticker-creator

A web page for creating different images with different messages.

View webpage: https://samuel-risner.github.io/good-morning-sticker-creator/

Development (Windows cmd)

Run the Python server for the first time

  1. Create a virtual environment:
 python -m venv venv
  1. Activate the virtual environment:
 venv\Scripts\activate
  1. Install the requirements:
 pip install -r requirements.txt
  1. Run the server:
 python main.py
  1. Stop the server: Hit CTRL+C

  2. Deactivate the virtual environment:

 deactivate

Run the server for a second time

Repeat steps 2, 4, 5 and 6.

Install Node.js Stuff

 npm install -D

Compile TypeScript

 npm run build_ts

Compile Tailwind CSS

 npm run build_tw

Watch Tailwind CSS

 npm run watch_tw

Watch TypeScript

 npm run watch_ts

TODOs:

  • Add a svg for the delete button in the color picker
  • Add a svg for the confirm delete button in the color picker
  • Add a svg for the add color button in the color picker
  • Add the color spectrum menu in the color picker
  • Add a svg for the close button in the color picker

About

A web page for creating different images with different messages.

License:MIT License


Languages

Language:TypeScript 83.5%Language:HTML 14.6%Language:Python 1.4%Language:JavaScript 0.4%Language:CSS 0.1%