0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00
logto/packages/core/README.md

16 lines
326 B
Markdown
Raw Normal View History

2021-06-30 23:19:19 +08:00
# Logto Core
2021-06-06 18:30:37 +08:00
2021-06-30 23:19:19 +08:00
Logto is an open-source identity solution. This repo contains the core service.
2021-06-06 18:30:37 +08:00
## Get Started
2021-07-09 23:27:46 +08:00
Copy proper `.env` to project root. (TBD: design the config process)
2021-06-29 23:04:20 +08:00
2021-06-06 18:30:37 +08:00
```bash
yarn && yarn dev
```
## Notes
Upgrade `xo` after [this issue](https://github.com/SamVerschueren/vscode-linter-xo/issues/91) is solved.