firefish/dev
2024-03-05 22:23:24 +08:00
..
docker doc: new env init docs for dev and prod, clear docs, update dependencies 2024-03-05 18:05:30 +08:00
docker-dbonly change dir structure, add docs, download by git 2024-03-04 17:09:59 +08:00
manually feat: install pm2 on dev 2024-03-05 22:23:24 +08:00
README.md fix small bug 2024-03-05 18:31:02 +08:00

Firefish Developers' Corner

Changelog

You can find more about software change here, and API change here.

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.

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.

Containerized Database Environment

You can find documentation at here.

Manually Make Development Environment

You can find documentation at here.