Skip to content

ychrisp/unicode-font-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Font Generator

Installation

To set up the Font Generator project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/seadfeng/font-generator.git
cd font-generator
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install

Usage Guide

Running the Development Server

To start the development server, run one of the following commands:

npm run dev
# or
# yarn dev
or
# pnpm dev
# or
bun dev

Open http://localhost:3000 in your browser to see the result.

Deploy to Cloudflare Pages

Local Deploy

Simple Deployment

# install wrangler
npm install -g wrangler

# Cloudflare Login 
wrangler login

# Deploy to Cloudflare Pages
npm run deploy

Docker Image

docker pull seadfeng/font-generator
docker run -p 3000:3000 seadfeng/font-generator

Resource

src/fonts.ts Source of Unicode font:

Contributing

We welcome contributions to the Font Generator project. Please feel free to submit issues, feature requests, or pull requests.

License

MIT License

About

Font Generator - Create stylish Unicode fonts for social media

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •