2019-10-31 09:39:15 -07:00
# Contributing
## Table of Contents
<!-- TOC depthFrom:1 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->
- [Contributing ](#contributing )
- [Table of Contents ](#table-of-contents )
- [Report issues ](#report-issues )
- [Write code ](#write-code )
- [Clone the project ](#clone-the-project )
- [Run the server locally ](#run-the-server-locally )
<!-- /TOC -->
2021-05-02 07:26:28 -07:00
## Translating
You can help us [translate ](https://app.lokalise.com/public/379418475ede5d5c6937b0.31012044/ ) ever part of OhMyForm, when you want to add a new language please write either in discord or create a new issue.
2019-10-31 09:39:15 -07:00
## Report issues
You can [create issues ](https://github.com/ohmyform/ohmyform/issues/new ) 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.