# vuetifyjs.com **Repository Path**: OrhonTech/vuetifyjs.com ## Basic Information - **Project Name**: vuetifyjs.com - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

## Vuetify Documentation

This is the repository for the Vuetify documentation.

## Project Install ``` bash git clone https://github.com/vuetifyjs/vuetifyjs.com.git yarn yarn dev ``` ## Running with local Vuetify ### Run Vuetify ``` bash git clone https://github.com/vuetifyjs/vuetify.git yarn yarn build yarn link yarn watch ``` ### Link Vuetify to docs ``` bash git clone https://github.com/vuetifyjs/vuetifyjs.com.git yarn yarn link vuetify yarn dev ``` ## Want to help with the translation? If you feel ambitious with translating the documentation, you can fork the repo, create a "work-in-progress" issue to inform others that you're doing the translation, and go for it. If you are looking to get more feedback before beginning, let us know that you want to help translate the documentation in the [community discord](https://community.vuetifyjs.com/) in the #i18n channel and would like feedback. We greatly appreciate help from the community with this :) ### How to contribute Punctual problems in translations, such as spelling errors or confusing phrases, can be reported by sending _issues_ in this repository. Make it clear which page the problem is referring to, and preferably offer a suggestion to improve clarity. If you feel comfortable translating/reviewing content on your own, the steps are: - Create an _issue_ in this _repo_, of type `work-in-progress`, to inform us of what you are doing - Make an _fork_ of this _repo_ to your own account - Run `yarn` and then `yarn translate` - Go to http://localhost:8095, and either select the language you want to work on from the dropdown menu, or create a new one using the _New translation_ option - You can now translate/revise the content directly on the site using the _pen_ icons - When finished, make a _pull request_ **with the _commit_ description in English** - All PRs should be made to the `dev` branch - Do not forget to `pull` the latest changes before resuming the process. If you can not completely finish a translation, but want to send the partial work, make it clear in the _issue_ of your work after the submission.