diff --git a/.env.example b/.env.example index 275ef85ac..0e8f2bffe 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,2 @@ -REACT_APP_FIREBASE_PROJECT_ID= -REACT_APP_FIREBASE_PROJECT_WEB_API_KEY= \ No newline at end of file +VITE_APP_FIREBASE_PROJECT_ID= +VITE_APP_FIREBASE_PROJECT_WEB_API_KEY= \ No newline at end of file diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 9ca97e448..5b13cc514 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -6,8 +6,8 @@ on: # paths: # - "website/**" env: - REACT_APP_FIREBASE_PROJECT_ID: rowyio - REACT_APP_FIREBASE_PROJECT_WEB_API_KEY: + VITE_APP_FIREBASE_PROJECT_ID: rowyio + VITE_APP_FIREBASE_PROJECT_WEB_API_KEY: "${{ secrets.FIREBASE_WEB_API_KEY_TRYROWY }}" CI: "" jobs: diff --git a/.gitignore b/.gitignore index af5996117..4e723f647 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # production /build +/dist cloud_functions/functions/lib # firebase diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7f920d5a..c5187a368 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,16 +17,26 @@ Read the documentation on setting up your local development environment Read how to submit a pull request [here](https://docs.rowy.io/contributing). To get familiar with the project, -[good first issues](https://github.com/rowyio/rowy/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) is a good place -to start. +[good first issues](https://github.com/rowyio/rowy/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) +is a good place to start. ## Working on existing issues - - -Before you get started working on an [issue](https://github.com/rowyio/rowy/issues), please make sure to share that you are working on it by commenting on the issue and posting a message on #contributions channel in Rowy's [Discord](https://rowy.io/discord). The maintainers will then assign the issue to you after making sure any relevant information or context in addition is provided before you can start on the task. - -Once you are assigned a task, please provide periodic updates or share any questions or roadblocks on either discord or the Github issue, so that the commmunity or the project maintainers can provide you any feedback or guidance as needed. If you are inactive for more than 1-2 week on a issue that was assigned to you, then we will assume you have stopped working on it and we will unassign it from you - so that we can give a chance to others in the community to work on it. +Before you get started working on an +[issue](https://github.com/rowyio/rowy/issues), please make sure to share that +you are working on it by commenting on the issue and posting a message on +#contributions channel in Rowy's +[Discord](https://discord.com/invite/fjBugmvzZP). The maintainers will then +assign the issue to you after making sure any relevant information or context in +addition is provided before you can start on the task. + +Once you are assigned a task, please provide periodic updates or share any +questions or roadblocks on either discord or the Github issue, so that the +commmunity or the project maintainers can provide you any feedback or guidance +as needed. If you are inactive for more than 1-2 week on a issue that was +assigned to you, then we will assume you have stopped working on it and we will +unassign it from you - so that we can give a chance to others in the community +to work on it. ## File a feature request @@ -35,10 +45,9 @@ create a new issue using [Feature Request Template](https://github.com/rowyio/rowy/issues/new?assignees=&labels=&template=feature_request.md) to share your idea. If you are working on this to contribute to the project, then let others in the community and project maintainers know by posting on -#contributions channel in Rowy's -[Discord](https://rowy.io/discord). This allows others in the -community and the maintainers a chance to provide feedback and guidance before -you spend time working on it. +#contributions channel in Rowy's [Discord](https://rowy.io/discord). This allows +others in the community and the maintainers a chance to provide feedback and +guidance before you spend time working on it. ## Report an issue diff --git a/README.md b/README.md index c064ca7ed..f2d5077c2 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Low-code for Firebase and Google Cloud. --> + https://user-images.githubusercontent.com/307298/157185793-f67511cd-7b7b-4229-9589-d7defbf7a63f.mp4 - + @@ -87,7 +87,7 @@ property="og:description" content="Build on the Google Cloud Platform in minutes. Manage Firestore data in a spreadsheet-like UI, write Cloud Functions effortlessly in the browser, and connect to third-party apps. Rowy is open source!" /> - + @@ -96,11 +96,12 @@ property="twitter:description" content="Build on the Google Cloud Platform in minutes. Manage Firestore data in a spreadsheet-like UI, write Cloud Functions effortlessly in the browser, and connect to third-party apps. Rowy is open source!" /> - +
+