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

Web Homepage #24

Open
WyattRoss opened this issue Sep 19, 2023 · 1 comment
Open

Web Homepage #24

WyattRoss opened this issue Sep 19, 2023 · 1 comment
Labels
enhancement New feature or request web Web exclusive development work
Milestone

Comments

@WyattRoss
Copy link
Collaborator

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>
}
@WyattRoss WyattRoss added enhancement New feature or request web Web exclusive development work labels Sep 19, 2023
@TrevorBrunette TrevorBrunette added this to the Website milestone Sep 28, 2023
@WyattRoss
Copy link
Collaborator Author

WyattRoss commented Dec 1, 2023

work should go in #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web Web exclusive development work
Projects
None yet
Development

No branches or pull requests

2 participants