0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00
logto/packages/core
Gao Sun 5a8442712f
refactor: update tracking components (#3792)
* refactor: update tracking components

* refactor: track once for the same session
2023-04-29 12:02:52 +08:00
..
src refactor: update tracking components (#3792) 2023-04-29 12:02:52 +08:00
static style(core): fix power by logto font size (#3242) 2023-02-28 13:54:58 +08:00
CHANGELOG.md release: version packages (#3751) 2023-04-27 19:11:20 +08:00
jest.config.js
jest.setup.js test(core): add unit tests 2023-02-12 23:37:47 +08:00
nodemon.json feat: create tenant for new users (#3255) 2023-03-01 20:55:26 +08:00
package.json release: version packages (#3751) 2023-04-27 19:11:20 +08:00
README.md
tsconfig.base.json refactor: update tsconfig 2023-02-17 13:41:05 +08:00
tsconfig.build.json
tsconfig.json
tsconfig.test.json

@logto/core

The core backend service.

Get Started

Copy proper .env to project root. (TBD: design the config process)

pnpm i && pnpm dev

OpenAPI Doc

OpenAPI (Swagger) json is available on http(s)://your-domain/api/swagger.json. If you are running locally, the default URL will be http://localhost:3001/api/swagger.json. Consume it in the way you like.

Using ReDoc

The doc website can be served by redoc-cli in an extremely easy way:

npx redoc-cli serve http://localhost:3001/api/swagger.json

Using Swagger Editor

Copy the API output and paste it in the Swagger Editor.