Community platform for dancers
Do you want to get a practical experience, learn to work in international team and participate in open source project?
Add project
, enter any name, click Continue
, uncheck Enable Google Analytics for this project
, click Continue
.Get started by adding Firebase to your app
click 3d icon (Web), enter name Web
, uncheck Firebase Hosting
, click Register app
, copy generated firebaseConfig
.Authentication
, switch to tab Sign-in method
, click Email/Password
and enable both triggers (password and email link); enable Google
.Cloud Firestore
, click Create database
, select Start in test mode
, click Next
, choose region eur3
.firebaseConfig
value (from step 2) to one line JSON. This tool might help you..env.example
file to .env
file and set value of FIREBASE_CONFIG
to one line JSON you got from step 5.To activate all services and features see section Services
below.
nvm install 14
nvm use 14
yarn install
yarn dev
To activate all services and features see section Services
below.
Watch video tutorial.
Read How to deploy on Netlify?.
New site from Git
.GitHub
and select your repository.yarn build
.dist
.Advanced build settings
and empty value for Functions directory
as we don’t use Netlify functions.New variable
and add all keys and values from .env
file (URL
and some other variables are set automatically).Deploy site
.To activate all services and features see section Services
below.
Activate only those services that you need. In most cases you don't need all of them.
Authentication
, switch to tab Sign-in method
find section Authorized domains
, click Add domain
and add new.firebase init
.firebase functions:config:set mailgun.key="" mailgun.domain="" mailgun.host=""
firebase deploy
.We encourage you to contribute to WeDance!
We expect contributors to abide by our underlying code of conduct. All conversations and discussions on GitHub (issues, pull requests) and across wedance.vip must be respectful and harassment-free.
Remember that communication is the lifeblood of any Open Source project. We are all working on this together, and we are all benefiting from this software. It's very easy to misunderstand one another over asynchronous, text-based conversations: When in doubt, assume everyone within this project has the best intentions.
We are all humans trying to work together to improve the community. Always be kind and appreciate the need for trade-offs. ❤️
A great way to contribute to the project is to send a detailed report when you encounter an issue.
See issues or Create an issue.
Documentation is almost always a great place to start contributing to a new project. WeDance is an Open Source, community-driven project. Therefore, providing and maintaining quality documentation is one of our most important jobs. You can find more information in our docs guide!
Refactoring, which involves improving the code without modifying behavior, is a great place to help out! Generally speaking, you can rely on existing tests to ensure that your refactor doesn't introduce any unexpected behavior. If an area isn't well tested, you might be asked to include a regression test with your refactoring PR. Refactors can touch many files, so we encourage breaking big changes into small PRs.
Fixing bugs is a super fast way to improve the experience for our users! When you're fixing bugs, we appreciate communication in a GitHub issue. If an issue exists, please claim that issue and link it in your PR, otherwise creating an issue is the best first step! Be sure to surround bug fixes with ample tests; bugs are magnets for other bugs. Write tests around bugs!
Building features requires a lot of communication, but we'd love to have your help with this too! Features tend to be subjective and might spur some debate. Be sure to create an issue for new features before getting started! If your feature involves design changes, including design mockups can be very helpful. As always, when in doubt, ask!
We'd love to see your pull requests, even if it's just to fix a typo!
However, any significant improvement should be associated to an existing feature request or bug report.
As you might have noticed already, we are using ESLint to enforce a code standard. Please run yarn lint
before committing your changes to verify that the code style is correct. If not, you can use yarn lint --fix
to fix most of the style changes. If there are still errors left, you must correct them manually.
We use Conventional Commits. See examples of good commits and bad commits.
Code Editor: VSCode with following plugins:
Browser: Chrome with extensions:
This site is a Nuxt.js application. See Directory Structure and official guide for more information. Also most of folders in this repository has a README.md
file.
functions
folder contains Firebase Cloud Functions.
We are all humans trying to work together to improve the community. Always be kind and appreciate the need for tradeoffs. ❤️