mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
31 lines
472 B
Markdown
31 lines
472 B
Markdown
# Access Accounts for The Demo
|
|
1. Client
|
|
```
|
|
- Email: client@client.cc
|
|
- Password: 123456
|
|
```
|
|
2. Product Owner
|
|
```
|
|
- Email: po@po.cc
|
|
- Password: 123456
|
|
```
|
|
3. Developer
|
|
```
|
|
- Email: dev@dev.cc
|
|
- Password: 123456
|
|
```
|
|
4. Admin
|
|
```
|
|
- Email: admin@admin.cc
|
|
- Password: 123456
|
|
```
|
|
|
|
# Installation
|
|
Check the `.env.example` for the list of APIs to use then clone and run
|
|
|
|
```
|
|
yarn
|
|
```
|
|
|
|
For the backend configuration check [here](https://github.com/MedAmineFouzai/astrobuild-api)
|