Loading repository dataβ¦
Loading repository dataβ¦
mezentsevs / repository
π A landing page for 'Typing trainer' - static website presenting the typing trainer application. Built with TypeScript, Nuxt, Vue, and Tailwindcss. Contains the source code and build configuration for the project's landing page.
This is a typing trainer landing, written in and for educational and demonstrational purposes.
A landing page for 'Typing trainer' - static website presenting the typing trainer application. Contains the source code and build configuration for the project's landing page.
Based on tech stack:
Look at the Nuxt documentation to learn more.
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.
If this project helped you - whether it saved you time, taught you something, or gave you an idea - please consider leaving a star or a like. A β, π, β€οΈ, or π tells me that the work matters. It's a small gesture that genuinely fuels my motivation to keep improving the project and building new tools.
Thanks for your interest in this project!
The 'Typing trainer landing' is open-sourced software licensed under the MIT license.