We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As an end user I want A nice looking web home page So that I can learn about EzASM (and REzASM, I suppose).
Request Description Homepage needed, should have links to the pages described in #23 and #22 as well as the web deployment of the simulator.
Consider the following snippet as a way to keep the Tauri away from the web build:
{ window.__TAURI_IPC__ ? <div className="tauri app"> ... </div> : <div className="website"> <Router> ... </Router> </div> }
The text was updated successfully, but these errors were encountered:
work should go in #85
Sorry, something went wrong.
No branches or pull requests
As an end user
I want A nice looking web home page
So that I can learn about EzASM (and REzASM, I suppose).
Request Description
Homepage needed, should have links to the pages described in #23 and #22 as well as the web deployment of the simulator.
Consider the following snippet as a way to keep the Tauri away from the web build:
The text was updated successfully, but these errors were encountered: