-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Website #162
Comments
Would be nice to embed the Gitter chat on the website: https://sidecar.gitter.im |
How about a live code playground? |
@vdemedes How would it work exactly? Not sure I understand the purpose. |
@sindresorhus We'd have a text editor on the left side and live output (result of running ava) on the right side. That way we could demonstrate our nice stuff, like super dope assertions. |
Although we'd need AVA to have support for browsers. |
Oh yeah, that would be cool. We'll have browser support by the time we do a website anyways. |
I don't think a live editor will help since this is a test framework. What would you have to test? Make sure to attach everything to analytics to see what's actually being used. 👍 |
@Qix- Just to give the user a feel of how nice and simple the test syntax is and what the output will look like. |
The main thing I can think of is lots of examples for different kinds of tests. Simple assertions, testing promises/async, testing APIs, etc. Not too many (overwhelming users is bad), but examples help newbies a lot. They don't have to be interactive, just the code and what the output would be. |
When you've got the website up, if you wanna have a listing for users, you can add PayPal to that list. We're happily using it as of today :-) PayPal.svg |
@kentcdodds - That's awesome news! |
Hi guys. Talking about site. It can have pages generated form docs and pages with some content, like authors, links to some resources, compare stuff etc. So I propose to build all stuff using grunt/gulp etc. Build tool will grab all content and make html from it, would it be doc file or jade or whatever.
|
@novemberborn could I get insight into the website priority from the Ava team? I'm finding the readme/docs folder to be difficult to navigate for myself—although the documentation is clear. 🙏 Is there a way to better navigate Ava's readme and docs folder that I'm not aware of? |
@yowainwright still not a priority until we ship a |
Closing this until we're in a place where we'd want a website. |
This is just to gather ideas. Not going to do a website until after AVA 1.0.0, as we want to focus on AVA itself, not marketing.
The text was updated successfully, but these errors were encountered: