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 33789340c..c5187a368 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,12 +17,11 @@ 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 @@ -39,7 +38,6 @@ 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 If you have some interesting idea that will be a good addition to Rowy, then @@ -47,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 421c602bf..f2d5077c2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ Low-code for Firebase and Google Cloud. ## Features ✨ - + 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!" /> - +
+