27 lines
840 B
Markdown
27 lines
840 B
Markdown
# Firefish Developers' Corner
|
|
|
|
## 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
|
|
|
|
You can find documentation at [here](docker/README.md).
|
|
|
|
### Containerized Database Environment
|
|
|
|
You can find documentation at [here](docker-dbonly/README.md).
|
|
|
|
### Manually Make Development Environment
|
|
|
|
You can find documentation at [here](manually/README.md).
|