generate an intro GET / on lux new
See original GitHub issueLet me know if you think is a good idea and I’ll open a PR. After lux new
this is what localhost:4000
returns:
{"errors":[{"status":"404","title":"Not Found"}],"jsonapi":{"version":"1.0"}}
On Safari it just downloads a JSON blob 😢 . Maybe instead it could show a good next step, like a CLI command to generate a new controller?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:9 (5 by maintainers)
Top Results From Across the Web
How to make an Intro to Trapcode Lux in After Effects - YouTube
0:00 · New ! Watch ads now so you can enjoy fewer interruptions. Got it.
Read more >Introduction · Lux - JuliaHub
Lux is a julia deep learning framework which decouples models and parameterization using deeply nested named tuples. Functional Design – Pure ...
Read more >Getting Started with LUX - ICG Solutions
LUX is not a search engine, and does not use or create databases for ... (e.g. “find all AIS records from U.S. vessels...
Read more >Welcome to Fyat Lux — an Introduction for New Members
Metaverse-Ready 3D Avatars (fully functional in AR and VR) · Expansive storytelling universe that includes both team-based lore and member-generated content with ...
Read more >Lux.jl
Documentation for Lux.jl. ... Build the model ... Start here if you are new to Lux, or you have a particular problem class...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This sounds like a good idea to me, the old rails hello world page is good inspiration - maybe some links back to documentation guides as well?
ember-welcome-page is another fine example of this. See: https://github.com/ember-cli/ember-welcome-page and more specifically: https://github.com/ember-cli/ember-welcome-page/blob/master/addon/templates/components/welcome-page.hbs
I think some similar pointers to docs/gitter etc. would be great. A simple way to disable/remove the whole thing would be great too. Maybe a middleware which inserts the HTML and modifies the response content type? That way it could be a separate package like the ember one and be disabled by removing the package + middleware call.