Commit Graph

242 Commits

Author SHA1 Message Date
Appsmith Bot
2fd1a45409 Update top contributors 2022-10-08 06:59:12 +05:30
Appsmith Bot
4728a97a19 Update top contributors 2022-10-07 07:00:12 +05:30
Appsmith Bot
179820f721 Update top contributors 2022-10-06 06:59:25 +05:30
Appsmith Bot
61997b3d4c Update top contributors 2022-10-05 07:00:07 +05:30
Appsmith Bot
829a0306ab Update top contributors 2022-10-04 07:00:34 +05:30
Appsmith Bot
725964425a Update top contributors 2022-10-02 07:00:04 +05:30
Appsmith Bot
1e5cb0e36d Update top contributors 2022-10-01 07:01:33 +05:30
Appsmith Bot
013ccb5bd3 Update top contributors 2022-09-30 07:04:32 +05:30
Appsmith Bot
aec9e79936 Update top contributors 2022-09-29 07:01:59 +05:30
Appsmith Bot
210e55b1a0 Update top contributors 2022-09-28 07:00:15 +05:30
Appsmith Bot
92deb2e0d9 Update top contributors 2022-09-27 07:01:44 +05:30
Appsmith Bot
0f358c73c4 Update top contributors 2022-09-25 06:59:52 +05:30
Appsmith Bot
4e13304232 Update top contributors 2022-09-24 07:01:09 +05:30
Appsmith Bot
aa8f4abf3b Update top contributors 2022-09-22 07:00:22 +05:30
Appsmith Bot
da513caae8 Update top contributors 2022-09-21 07:05:23 +05:30
Appsmith Bot
fdd5a7e038 Update top contributors 2022-09-20 07:00:07 +05:30
Appsmith Bot
4df3536986 Update top contributors 2022-09-19 06:59:50 +05:30
Appsmith Bot
f092a25fd8 Update top contributors 2022-09-18 07:02:30 +05:30
Appsmith Bot
73d6ede564 Update top contributors 2022-09-17 07:00:14 +05:30
Appsmith Bot
d9e4e5c485 Update top contributors 2022-09-16 07:03:24 +05:30
Appsmith Bot
c66eb2a30c Update top contributors 2022-09-15 07:02:59 +05:30
Appsmith Bot
e1e508a985 Update top contributors 2022-09-14 06:59:33 +05:30
Appsmith Bot
77a6089a77 Update top contributors 2022-09-13 06:59:52 +05:30
Appsmith Bot
7e7973a19a Update top contributors 2022-09-10 06:59:42 +05:30
Appsmith Bot
c0ced6b510 Update top contributors 2022-09-09 07:02:15 +05:30
Appsmith Bot
f5a5c9f7d0 Update top contributors 2022-09-08 06:59:57 +05:30
Appsmith Bot
9434bbae60 Update top contributors 2022-09-07 07:00:06 +05:30
Appsmith Bot
eaa58c5338 Update top contributors 2022-09-06 06:59:50 +05:30
Appsmith Bot
5dfbb8a991 Update top contributors 2022-09-03 07:00:17 +05:30
Vihar Kurama
6a63f5e485
docs: update deployment options order in README (#16437)
## Description

Docker and Kubernetes are the most widely used ways of deploying an application, so we've reordered the deployment section on the README to be more discoverable.

## Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
2022-09-02 13:26:17 +05:30
Appsmith Bot
0fbd79aff3 Update top contributors 2022-09-02 06:59:47 +05:30
Appsmith Bot
ec090be1e9 Update top contributors 2022-09-01 07:00:00 +05:30
Appsmith Bot
d7ca24d09e Update top contributors 2022-08-30 07:00:10 +05:30
Appsmith Bot
b893cb5216 Update top contributors 2022-08-29 07:02:08 +05:30
Appsmith Bot
f73ecaa4b5 Update top contributors 2022-08-27 06:59:41 +05:30
Appsmith Bot
74b9650ec9 Update top contributors 2022-08-26 14:46:56 +05:30
Shrikant Sharat Kandula
7e450fbd6b Update top contributors 2022-08-26 12:40:59 +05:30
Shrikant Sharat Kandula
c9eb6aabce
Fix header in readme 2022-08-16 16:41:54 +05:30
Shrikant Sharat Kandula
c7cc60ab69
Add more contributors and smaller icons 2022-08-16 16:41:08 +05:30
Vihar Kurama
a8d0c12c54
Update readme: content, links, structural changes (#15926)
* readme revamp

* gif location update

* heading format

* added white logo

* update text getting started section

* getting started section formatting

* update content

* remove line breaks

* update yt link
2022-08-12 13:07:28 +05:30
allcontributors[bot]
66e490b6a3
docs: add vishnu-gp as a contributor for code (#15894)
Add @vishnu-gp as a contributor for code.

This was requested by vishnu-gp [in this comment](https://github.com/appsmithorg/appsmith/pull/15684#issuecomment-1210522794)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-10 16:57:36 +05:30
allcontributors[bot]
e692af3bd9
docs: add dhruvikn as a contributor for code (#15888)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-10 14:02:36 +05:30
Vihar Kurama
b16fadc763
docs: update discord link on readme and remove old image files (#15350)
## Description

Updated the expired links on the Readme file and removed unused image assets from the root directory. 

## Fixes # (issue)

Expired links on Readme. 

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## How Has This Been Tested?

I've reviewed the content. 

## Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
2022-07-21 14:04:30 +05:30
allcontributors[bot]
2eafa2ba8d
Add AnaghHegde as a contributor for code, bug (#14408) 2022-06-09 14:51:26 +05:30
allcontributors[bot]
c1ab85a550
docs: add ganganimaulik as a contributor for code (#13433)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-04-29 11:51:24 +05:30
Nikhil Nandagopal
4672d3e23a
Update README.md 2022-04-01 17:56:58 +05:30
allcontributors[bot]
21a9f5725f
docs: add pallavagarwal07 as a contributor for code, bug (#12281)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-03-28 13:20:14 +05:30
allcontributors[bot]
29729b239c
docs: add prsidhu as a contributor for code, bug (#11227)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-02-17 11:32:43 +05:30
allcontributors[bot]
a5698fcb47
docs: add yaldram as a contributor for code, ideas (#10476)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-01-19 16:15:49 +05:30
abhishek nayak
eb0c5b00ad
Update README.md 2022-01-04 12:32:41 +05:30
abhishek nayak
8b69e67147
Update README.md 2021-12-01 20:02:51 +05:30
abhishek nayak
5c58b3acb3
Update README.md
Updated link of Investor CRM tutorial that wasn't working
2021-11-15 19:21:33 +05:30
allcontributors[bot]
8e10c4678f
docs: add rafaeelaudibert as a contributor for code (#8766)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-25 22:42:53 +05:30
Abhishek Choudhary
ec163d30ca
Update README.md (#8247) 2021-10-06 22:02:47 +05:30
Vihar Kurama
e1a672887b
docs: update header image in README (#8213) 2021-10-05 20:15:33 +05:30
Pili Sánchez
6981a589da
docs: Update tutorials link on readme (#8139) 2021-10-04 11:40:24 +05:30
allcontributors[bot]
ca4e89baa2
docs: add marks0351 as a contributor for code (#6941)
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
2021-08-29 11:59:43 +05:30
allcontributors[bot]
1c0d103e56
docs: add akshayrangasaid as a contributor for content, ideas (#6911)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-08-26 23:10:31 +05:30
allcontributors[bot]
9d45fcb955
docs: add somangshu as a contributor for bug, code (#6821)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-08-25 18:10:17 +05:30
Nikhil Nandagopal
b4762a2cae
Update README.md 2021-08-11 23:45:15 +05:30
abhishek nayak
584bcbabb1
Update README.md
Fixed a spelling mistake
2021-08-07 12:07:57 +05:30
Vihar Kurama
b35b3c84e9
Add deployment options on Readme (#6204)
* add deployment options on readme

* update digitalocean logo

* remove heroku
2021-07-27 20:34:54 +05:30
Vihar Kurama
1807f6bd5a
Update font-size in Readme how-it-works image (#5888) 2021-07-16 23:03:53 +05:30
Rishabh Kaul
36726c5188
Update README.md 2021-07-01 09:45:40 +01:00
allcontributors[bot]
a4cc1ee2d9
docs: add aswathkk as a contributor for code (#5490)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-06-30 12:51:15 +05:30
Vihar Kurama
497469343c
added gifs for sharing apps (#5433) 2021-06-29 13:58:56 +05:30
abhishek nayak
b69fc55352
Update README.md
Updated a few words about access control and sign in.
2021-06-29 13:42:22 +05:30
Vihar Kurama
17ababdd87
Update links on README (#5378) 2021-06-24 17:22:46 +05:30
akshayrangasaid
02b1ce6807
Create appsmith_templates.md (#4412)
* Create appsmith_templates.md

* Update appsmith_templates.md

* Update office_hours.md

* Update README.md

* Update README.md

* Update appsmith_templates.md
2021-06-23 19:32:23 +05:30
vihar
8cdbff1f02 update gifs on readme 2021-06-18 20:04:27 +05:30
abhishek nayak
416adefe40
Update README.md 2021-06-18 10:28:38 +05:30
Vihar Kurama
d6665ae272
update notion page link and addede events (#5064) 2021-06-11 18:37:03 +05:30
akshayrangasaid
691113517a
Removed beta 2021-06-11 13:13:12 +05:30
akshayrangasaid
24a0d79457
Updated Readme with community launch in Beta 2021-06-11 13:12:19 +05:30
abhishek nayak
8d7f7dfcff
Update README.md 2021-06-09 01:24:56 +05:30
abhishek nayak
34541ca506
Update README.md 2021-06-08 20:55:54 +05:30
Ashok Kumar M
6db8ebf3cb
Update README.md (#4708)
* Update README.md

* Update README.md

* Update README.md
2021-06-06 12:34:36 +05:30
Vihar Kurama
496ad5b215
add community link on readme (#4922) 2021-06-04 13:33:33 +05:30
abhishek nayak
57874b4126
Update README.md 2021-06-03 11:18:03 +05:30
abhishek nayak
dbe4ff89c7
Update README.md 2021-05-28 14:27:44 +05:30
vihar
7d0d691065 update links 2021-05-28 11:22:52 +05:30
vihar
949a405a28 formatting and content edits 2021-05-27 12:13:26 +05:30
vihar
60aad6b8ec update images 2021-05-27 11:03:16 +05:30
vihar
908f96cebe update content and gif's, added more templates and tutorials 2021-05-27 10:48:18 +05:30
vihar
fb2339dfac add new links 2021-05-26 17:31:28 +05:30
vihar
8bd724a689 update features section 2021-05-25 19:36:57 +05:30
vihar
a0a78da12f remove line breaks 2021-05-25 19:32:30 +05:30
vihar
51c14c9217 update links and add tutorials 2021-05-25 19:29:59 +05:30
vihar
907e7efa30 Redesign readme 2021-05-25 00:46:51 +05:30
Confidence Okoghenun
df03570a4f
docs: Adds youtube links 2021-05-24 09:05:30 +01:00
Somangshu Goswami
1da6f70d09
Updated main readme to link better to the client side setup and new developers are always missing this (#4331) 2021-05-06 10:08:57 +05:30
Vihar Kurama
270fdf5401
Update links and add GraphQL tutorial (#4027) 2021-04-20 11:15:21 +05:30
Vihar Kurama
337b1a8835
Merge pull request #3893 from appsmithorg/update/tutorials
Add Tutorials to Readme
2021-04-12 10:14:49 +05:30
allcontributors[bot]
64444f8807
docs: add navdeepsingh as a contributor (#3926)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-04-08 22:16:53 +05:30
vihar
86e5661206 Update Readme 2021-04-07 12:17:42 +05:30
vihar
87f29682ec Update Tutorials 2021-04-07 11:05:21 +05:30
vihar
ffd248990e Add Tutorials to Readme 2021-04-06 21:31:17 +05:30
Nikhil Nandagopal
2661aa12c5
Update README.md 2021-04-06 12:02:43 +05:30
allcontributors[bot]
f5ec68edfe
docs: add monarch0111 as a contributor (#3481)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-03-11 07:28:59 +05:30
akshayrangasaid
bbcd968779
Merge pull request #3326 from appsmithorg/akshay-office-hours-page
Akshay office hours page
2021-03-03 13:59:28 +05:30