Skip to content

Latest commit

 

History

History
executable file
·
40 lines (25 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
40 lines (25 loc) · 1.02 KB

Contributing

Table of Contents

Translating

You can help us translate ever part of OhMyForm, when you want to add a new language please write either in discord or create a new issue.

Report issues

You can create issues to report bug or request feature.

Write code

Here is how to setup your development environment:

Clone the project

$ git clone https://github.com/ohmyform/ohmyform

Run the server locally

$ docker-compose up

You should have at this point have a working instance to play with at http://localhost:5000 within moments.