mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 05:22:44 +01:00
add dashboard frontend
This commit is contained in:
15
README.md
15
README.md
@@ -18,6 +18,8 @@ cp .env.example .env
|
||||
|
||||
./vendor/bin/sail artisan migrate:fresh --seed
|
||||
|
||||
./vendor/bin/sail php artisan passport:install
|
||||
|
||||
./vendor/bin/sail npm install
|
||||
|
||||
./vendor/bin/sail npm run build
|
||||
@@ -52,6 +54,19 @@ npx playwright install
|
||||
npx playwright codegen solidtime.test
|
||||
```
|
||||
|
||||
## E2E Troubleshooting
|
||||
|
||||
If the E2E tests are not working consistently and fail with a timeout during the authentication, you might want to delete the `test-results/.auth` directory to force new test accounts to be created.
|
||||
|
||||
## Generate ZOD Client
|
||||
|
||||
The Zodius HTTP client is generated using the following command:
|
||||
|
||||
```bash
|
||||
|
||||
npm run generate:zod
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
This project is in a very early stage. The structure and APIs are still subject to change and not stable.
|
||||
|
||||
Reference in New Issue
Block a user