Skip to content

TypeCircle is a web application designed for adding text, editing, and identifying text or characters on manga images. This project is built using Angular for the frontend and Rust for the backend.

License

Notifications You must be signed in to change notification settings

erick-x64/typeCircle

Repository files navigation

TypeCircle Web Application

TypeCircle

TypeCircle is a web application designed for adding text, editing, and identifying text or characters on manga images. This project is built using Angular for the frontend and Rust for the backend.

The project is also available online at TypeCircle. You can access the website to use the application without setting it up locally.

Running Locally

Prerequisites

Before running Locally the project, ensure you have the following dependencies installed:

Installation

  1. Clone the repository:
git clone https://github.com/nozmer/typecircle.git
  1. Install Angular dependencies:
cd typecircle
npm install
  1. Install Rust dependencies:
cd backend/rust-image-service
cargo build

Configuration

To configure the project for development, follow these steps:

  1. Open the file /frontend/src/config.ts.
  2. Set the development variable to true to enable development mode:
export const development = true;

Running the Project

To start the application, run the following command:

npm start

Usage

Once the project is running, you can access the application in your web browser at http://localhost:4200.

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request with your changes. You can also open an issue to report bugs or suggest new features.

License

This project is licensed under the LGPL-2.1 - see the LICENSE file for details.

About

TypeCircle is a web application designed for adding text, editing, and identifying text or characters on manga images. This project is built using Angular for the frontend and Rust for the backend.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published