Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bttger/contributing-gen-web
Web Frontend of contributing-gen - The guideline to communicate how people should contribute to your project.
https://github.com/bttger/contributing-gen-web
contributing contribution generator hacktoberfest vue
Last synced: 10 days ago
JSON representation
Web Frontend of contributing-gen - The guideline to communicate how people should contribute to your project.
- Host: GitHub
- URL: https://github.com/bttger/contributing-gen-web
- Owner: bttger
- License: mit
- Created: 2020-07-07T12:46:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T07:53:02.000Z (10 months ago)
- Last Synced: 2024-08-01T19:56:07.297Z (3 months ago)
- Topics: contributing, contribution, generator, hacktoberfest, vue
- Language: Vue
- Homepage: https://bttger.github.io/contributing-gen-web/
- Size: 2.15 MB
- Stars: 25
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to contributing-gen-web
This is the Web Frontend of [contributing-gen](https://github.com/bttger/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!](https://bttger.github.io/contributing-gen-web/)**
## 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 [email protected]: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
```