A collaborative form editing service. See project site for more details.
Requirements
- docker
- docker-compose
After installing and configuring those requirements, you should be able to run the following commands to complete the installation:
make start
And access GraphiQL at http://localhost:8000/graphql
Run tests by executing:
make install-dev
make test
Code released under the MIT license.