Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the updated source code of the website? #56

Closed
astrolemonade opened this issue Jun 2, 2023 · 1 comment
Closed

Where is the updated source code of the website? #56

astrolemonade opened this issue Jun 2, 2023 · 1 comment

Comments

@astrolemonade
Copy link

Hey!
Where is the updated source code of the website?
On the website:

image

In the repo:
image

@miccou
Copy link

miccou commented Jun 28, 2023

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.

Hope this clears it up @astrolemonade.

@olivia olivia closed this as completed Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants