Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 834 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 834 Bytes

VueMeetups.org

This repo contains the site for VueMeetups in an effort to centralize all Vue.js community efforts (like meetups).

Please check out the the Issues board for discussions and tracking progress.

Getting Setup

Requirements

  1. Node.js v8.0+

Instructions

  1. Fork the repo
  2. Clone the repo
  3. Run yarn or npm install
  4. Run yarn dev or npm run dev

Contributing

This site is built on VuePress. Please see their Guide for more information on how it works.

Deployment

The site currently uses Netlify to automatically detect changes on the master branch and deploys automatically.