Skip to content

tinarskii/ProLanger

 
 

Repository files navigation

ProLanger - Web Application

Create your own weird text translator!

Guide for contributors

  • ⭐Star this (Optional)
  • Add your translator options in src/lib/options.ts (Optional)
  • Add your translation script to src/scripts folder
  • Create a TSX file in src/translator with the same name as your script
  • Add your translator information to src/routes.ts

That's it! You can alter the page layout as much as you want!

Tech Stack

  • SolidJS
  • TailwindCSS
  • TypeScript
  • Vite

Development server

Running pnpm dev to start the development server at localhost:3000

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.6%
  • HTML 7.8%
  • CSS 5.3%
  • JavaScript 1.3%