https://github.com/seadfeng/font-generator
https://github.com/seadfeng/font-generator
font-generator text-generator unicode-converter unicode-fonts
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seadfeng/font-generator
- Owner: seadfeng
- License: mit
- Created: 2024-08-21T07:59:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T12:54:06.000Z (6 months ago)
- Last Synced: 2024-11-24T13:23:23.557Z (6 months ago)
- Topics: font-generator, text-generator, unicode-converter, unicode-fonts
- Language: TypeScript
- Homepage: https://www.fontgenerator.dev
- Size: 840 KB
- Stars: 32
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
Awesome Lists containing this project
- jimsghstars - seadfeng/font-generator - (TypeScript)
README
# Font Generator
## InstallationTo set up the Font Generator project locally, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/seadfeng/font-generator.git
cd font-generator
```2. Install dependencies:
```sh
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:
```sh
npm run dev
# or
# yarn dev
or
# pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.
## Deploy to Cloudflare Pages
### Local Deploy
Simple Deployment
```sh
# install wrangler
npm install -g wrangler# Cloudflare Login
wrangler login# Deploy to Cloudflare Pages
npm run deploy
```## Docker Image
```sh
docker pull seadfeng/font-generator
docker run -p 3000:3000 seadfeng/font-generator
```## Resource
`src/fonts.ts` Source of Unicode font:- [unicode-formatter](https://github.com/DenverCoder1/unicode-formatter)
- [yaytext.com](https://yaytext.com/)## Contributing
We welcome contributions to the Font Generator project. Please feel free to submit issues, feature requests, or pull requests.
## License
[MIT License](MIT-LICENSE)