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

Refactor to a framework #2

Closed
XAMPPRocky opened this issue Jan 17, 2024 · 0 comments · Fixed by #3
Closed

Refactor to a framework #2

XAMPPRocky opened this issue Jan 17, 2024 · 0 comments · Fixed by #3

Comments

@XAMPPRocky
Copy link

I think we should refactor the index.html from being a bespoke static page, into using a framework.

Why use a framework for such a small website? Well there's a few reasons.

  • Expanding the scope
    I think it would be a good idea to expand the scope of this from just being the compiler, to having the compiler as the landing page, and then having documentation included. Plus there may be features we want to add that might be complicated to maintain.
  • Easier for a broader audience to contribute.
    As we build the site and the compiler and show it to a broader audience, we're likely to attract more contributors, having something more people are used to, will make it easier to contribute to.

If I can also propose a solution, I think it should be SvelteKit, because it provides a lot features, has a good developer experience, and natively has static generation.

@6d7a 6d7a mentioned this issue May 28, 2024
@6d7a 6d7a closed this as completed in #3 May 28, 2024
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

Successfully merging a pull request may close this issue.

1 participant