37 lines
818 B
Markdown
Executable File
37 lines
818 B
Markdown
Executable File
# 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 -->
|
|
|
|
## 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.
|