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%
| src | ||
| static | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| cmudict.txt | ||
| Dockerfile | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
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.