Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 1.46 KB

Contributing Guide

Welcome, interested person! Contributions are welcome. If you're ever unsure, feel free to open an issue.

Preferably, features are developed in another branch or fork. After the feature is ready, a pull request to the master branch should be opened.

Prerequisites

Setup

  1. Fork the repository
  2. Clone your fork
  3. npm install
  4. npm run dev

Recommended Tooling

I recommend using Visual Studio Code with

Used Libraries

The most important ones are

We are also using

  • Vite - a speedy Vue.js framework

Code Structure