All Projects β†’ we-dance β†’ platform

we-dance / platform

Licence: other
Community platform for dancers

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects
SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to platform

Virapro.ru
[E-commerce] Plumbing Store
Stars: ✭ 45 (+50%)
Mutual labels:  nuxt, firebase-auth, nuxtjs
nuxtjsbrasil.github.io
Site da comunidade Nuxt Brasil (usando Nuxtjs) πŸ˜„
Stars: ✭ 21 (-30%)
Mutual labels:  community, nuxt, nuxtjs
Nuxt Netlify
Dynamically generate `_headers` and `_redirects` files for Netlify in your Nuxt.js projects
Stars: ✭ 97 (+223.33%)
Mutual labels:  nuxt, netlify, nuxtjs
bluise
πŸ„ Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: ✭ 132 (+340%)
Mutual labels:  nuxt, netlify, nuxtjs
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (+523.33%)
Mutual labels:  nuxt, netlify, nuxtjs
nuxt-netlify-cms-starter
NuxtJS + Netlify CMS blog starter project
Stars: ✭ 35 (+16.67%)
Mutual labels:  nuxt, netlify
Vuemmerce
πŸ‘‰ Responsive ecommerce template πŸ›’ built with Vue.js and Nuxt.js
Stars: ✭ 223 (+643.33%)
Mutual labels:  nuxt, nuxtjs
medellinjs
MedellinJS
Stars: ✭ 61 (+103.33%)
Mutual labels:  community, nuxtjs
cvfy
CV generator built with Nuxt.js, TailwindCSS, deployed on Netlify.
Stars: ✭ 165 (+450%)
Mutual labels:  netlify, nuxtjs
Typed Vuex
🏦 A typed store accessor for vanilla Vuex.
Stars: ✭ 193 (+543.33%)
Mutual labels:  nuxt, nuxtjs
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-40%)
Mutual labels:  netlify, nuxtjs
now-nuxt
A Now v2 Nuxt builder
Stars: ✭ 25 (-16.67%)
Mutual labels:  nuxt, nuxtjs
Nuxt Shopify
πŸ› Seamless Shopify Buy SDK integration with Nuxt.js.
Stars: ✭ 210 (+600%)
Mutual labels:  nuxt, nuxtjs
Redirect Module
No more cumbersome redirects!
Stars: ✭ 235 (+683.33%)
Mutual labels:  nuxt, nuxtjs
Nuxt Netlify Cms Module
Easy Netlify CMS integration with nuxt.js
Stars: ✭ 195 (+550%)
Mutual labels:  nuxt, nuxtjs
webapp
Hospital management system web application repo
Stars: ✭ 41 (+36.67%)
Mutual labels:  netlify, nuxtjs
demo-portfolio
A demo portfolio website
Stars: ✭ 15 (-50%)
Mutual labels:  netlify, nuxtjs
nuxtswagger
Nuxt-TS-Swagger
Stars: ✭ 17 (-43.33%)
Mutual labels:  nuxt, nuxtjs
solidata frontend
first draft for solidata_frontend : vue+nuxt+vuetify+i18n+axios
Stars: ✭ 15 (-50%)
Mutual labels:  nuxt, nuxtjs
fastify-vue
A nuxt.js fastify plugin
Stars: ✭ 27 (-10%)
Mutual labels:  nuxt, nuxtjs

WeDancePlatform

Community platform for dancers

Do you want to get a practical experience, learn to work in international team and participate in open source project?

Get Involved

Built with

  • Nuxt.js – Vuejs framework, which is used as Static Site Generator.
  • Tailwind CSS – utility-first CSS framework.
  • Nuxt Composition Api – provides a way to use the Vue 3 Composition API with Nuxt-specific features.
  • Firebase β€“ used as Serverless framework with Firestore realtime database, authentication and cloud functions.
  • Mailgun – used as an email delivery and tracking service.
  • Sentry – monitoring platform to log exceptions and errors.
  • Netlify – CDN, CI and Hosting provider, that deploys site on each commit.

Setup

  1. Go to Firebase Console click Add project, enter any name, click Continue, uncheck Enable Google Analytics for this project, click Continue.
  2. Under Get started by adding Firebase to your app click 3d icon (Web), enter name Web, uncheck Firebase Hosting, click Register app, copy generated firebaseConfig.
  3. Go to Authentication, switch to tab Sign-in method, click Email/Password and enable both triggers (password and email link); enable Google.
  4. Go to Cloud Firestore, click Create database, select Start in test mode, click Next, choose region eur3.
  5. Transform firebaseConfig value (from step 2) to one line JSON. This tool might help you.
  6. Clone this repository and open the project folder.
  7. Copy .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.

Run locally

  1. Install nvm
  2. Run nvm install 14
  3. Run nvm use 14
  4. Run yarn install
  5. Run yarn dev

To activate all services and features see section Services below.

Deploy

Watch video tutorial.

Read How to deploy on Netlify?.

  • Push your branch to github.
  • Sign in to Netlify.
  • Click New site from Git.
  • Choose GitHub and select your repository.
  • Select your branch.
  • Build command: yarn build.
  • Publish directory: dist.
  • Click Advanced build settings and empty value for Functions directory as we don’t use Netlify functions.
  • Click New variable and add all keys and values from .env file (URL and some other variables are set automatically).
  • Click Deploy site.

To activate all services and features see section Services below.

Services

Activate only those services that you need. In most cases you don't need all of them.

Authentication for custom domains

  • Go to Authentication, switch to tab Sign-in method find section Authorized domains, click Add domain and add new.

City auto-complete

Mailgun

  • Create mailgun account.
  • Create domain and setup DNS.
  • Create API key.
  • Enable Pub/Sub, Scheduler, Build API in Google Cloud Console.
  • Install Firebase-CLI locally and init project with firebase init.
  • Add mailgun confguration to Firebase:
firebase functions:config:set mailgun.key="" mailgun.domain="" mailgun.host=""
  • Deploy Firebase with firebase deploy.
  • Setup hooks in Mailgun.
  • Create firestore index (send test mail, see logs, find link to create index).

Contributing

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. ❀️

Reporting Issues

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.

Where to contribute

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!

πŸ‘‰ Join our team on Slack

How to contribute

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.

Getting started

  • Setup project locally (see Setup).
  • Make changes to code.
  • Checkout new branch and commit your changes.
  • Deploy to Netlify.
  • Create a Pull Request and include a link to your Netlify demo.

Code Style

js, html, vue

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.

git

We use Conventional Commits. See examples of good commits and bad commits.

Tools

Code Editor: VSCode with following plugins:

Browser: Chrome with extensions:

Site structure

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.

The bottom line

We are all humans trying to work together to improve the community. Always be kind and appreciate the need for tradeoffs. ❀️

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].