Fonetický překlad angličtiny do snadno čitelného formátu. https://foneticky.ivanek.dev
  • TypeScript 47.3%
  • Svelte 29.5%
  • Dockerfile 7%
  • CSS 6.2%
  • JavaScript 5.2%
  • Other 4.8%
Find a file
2025-02-17 11:11:24 +01:00
src chore: update packages 2025-02-15 22:15:31 +01:00
static Initial commit 2022-10-14 20:57:05 +02:00
.gitignore Initial commit 2022-10-14 20:57:05 +02:00
.npmrc Initial commit 2022-10-14 20:57:05 +02:00
.prettierignore Initial commit 2022-10-14 20:57:05 +02:00
.prettierrc fix: modernize deps 2024-09-18 10:38:37 +02:00
cmudict.txt Initial commit 2022-10-14 20:57:05 +02:00
Dockerfile fix: modernize deps 2024-09-18 10:38:37 +02:00
package.json chore: update packages 2025-02-15 22:15:31 +01:00
pnpm-lock.yaml chore: update packages 2025-02-15 22:15:31 +01:00
README.md fix: modernize deps 2024-09-18 10:38:37 +02:00
svelte.config.js Docker build 2022-10-15 21:46:44 +02:00
tsconfig.json Initial commit 2022-10-14 20:57:05 +02:00
vite.config.ts Initial commit 2022-10-14 20:57:05 +02:00

Foneticky

The source code of Foneticky, the tool for transcribing English into Czech phonetics.

Developing

Once you've created a project and installed dependencies with pnpm install, start a development server:

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev --open

Building

To create a production version of your app:

pnpm build

You can preview the production build with pnpm preview.