Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.11 KB

Welcome to contributing-gen-web

This is the Web Frontend of contributing-gen - The guideline to communicate how people should contribute to your project. It is made with Vue.js and serves as a simple client-only configurator to generate a CONTRIBUTING.md and a CODE_OF_CONDUCT.md.

Encourage people to contribute to your project with your own contribution guide. Generate it here!

Contribute

We are happy if you have a little time and can help the project. You can either help here in this repository to make the frontend better, or you can improve the templates in the contributing-gen repository. Just create a pull request or an issue with suggestions.

Setting up this Vue.js project

Run the following commands in your terminal.

git clone git@github.com:bttger/contributing-gen-web.git
cd contributing-gen-web
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint