mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
chore: updated product tagline
This commit is contained in:
parent
0742e3415c
commit
4877bc3849
@ -61,7 +61,7 @@ const Welcome = () => {
|
||||
<Bruno width={50} />
|
||||
</div>
|
||||
<div className="text-xl font-semibold select-none">bruno</div>
|
||||
<div className="mt-4">Local-first, Opensource API Client.</div>
|
||||
<div className="mt-4">Opensource IDE for exploring and testing api's</div>
|
||||
|
||||
<div className="uppercase font-semibold heading mt-10">Collections</div>
|
||||
<div className="mt-4 flex items-center collection-options select-none">
|
||||
|
@ -166,7 +166,7 @@ const Login = () => {
|
||||
<div className="font-semibold" style={{ fontSize: '2rem' }}>
|
||||
bruno
|
||||
</div>
|
||||
<div className="mt-1">Opensource API Collection Collaboration Platform</div>
|
||||
<div className="mt-1">Opensource IDE for exploring and testing api's.</div>
|
||||
</div>
|
||||
<form onSubmit={formik.handleSubmit}>
|
||||
<div className="flex justify-center flex-col form-container mx-auto mt-10 p-5">
|
||||
|
@ -171,7 +171,7 @@ const SignUp = () => {
|
||||
<div className="font-semibold" style={{ fontSize: '2rem' }}>
|
||||
bruno
|
||||
</div>
|
||||
<div className="mt-1">Opensource API Collection Collaboration Platform</div>
|
||||
<div className="mt-1">Opensource IDE for exploring and testing api's.</div>
|
||||
</div>
|
||||
|
||||
<form onSubmit={formik.handleSubmit}>
|
||||
|
@ -1,15 +1,8 @@
|
||||
# bruno
|
||||
Local-first, Opensource API Client.
|
||||
|
||||
### Live Demo 🏂
|
||||
Woof! Lets play with some api's [here](https://play.usebruno.com).
|
||||
Your api must allow CORS for it to work in the browser, else checkout the chrome extension or the desktop app
|
||||
|
||||
You can visit the [Website](https://www.usebruno.com) or watch a [4 min demo](https://www.youtube.com/watch?v=wwXJW7_qyLA)
|
||||
Opensource IDE for exploring and testing api's.
|
||||
|
||||
![bruno](assets/images/landing.png)
|
||||
|
||||
|
||||
### Bring Your Own Version Control ✨
|
||||
Bruno is built from the ground up with the Local-first paradigm in mind. This allows developers to directly store there collections on top of their local filesystem. The collections are mirrored as folders and files on the filesystem.
|
||||
![bruno](assets/images/local-collections.png)
|
||||
|
Loading…
Reference in New Issue
Block a user