You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of supported keyboards is dynamically updating during the build.
If you look at package.json you'll see the build script calls node scripts/generate-dynamic-content.js which will fetch the supported keyboards from https://usevia.app/definitions/keyboard_names.json and product a new .mdx file.
If you run yarn start, then the content generation script will not be run. So if you're debugging or developing, you can run node scripts/generate-dynamic-content.js before yarn start to see up to date supported keyboards.
Hey!
Where is the updated source code of the website?
On the website:
In the repo:
The text was updated successfully, but these errors were encountered: