hippofish/dev/README.md

32 lines
1,005 B
Markdown
Raw Normal View History

# Firefish Developers' Corner
2024-03-05 17:05:40 +01:00
## Contribution guide and code of conduct
You can also find contribution guide [here](../CONTRIBUTING.md) and code of conduct guide [here](../CODE_OF_CONDUCT.md).
## Changelog
You can find more about software change [here](../docs/changelog.md), and API change [here](../docs/api-change.md).
## API documentation
You can find interactive API documentation at any Firefish instance /api-doc endpoint. By the way, API console can be found at /api-console endpoint.
You can also find more about firefish-js [here](../packages/firefish-js/README.md).
## Environment build
We support multiple methods to build a development environment, and you can choose the method you like.
### Containerized Environment
2024-03-05 11:27:12 +01:00
You can find documentation at [here](docker/README.md).
### Containerized Database Environment
2024-03-05 11:27:12 +01:00
You can find documentation at [here](docker-dbonly/README.md).
### Manually Make Development Environment
2024-03-05 11:27:12 +01:00
You can find documentation at [here](manually/README.md).