Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 540 Bytes

Pinyin How?

This is the source repo of pinyin.how.

Developed with SvelteKit. Deployed to Vercel from the main branch.

Developing

Once you’ve installed dependencies with npm install, start a development server locally and open the site in your browser:

npm run dev -- --open

The site auto-reloads when you save changes.