Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from Dino-Kupinic/develop
Browse files Browse the repository at this point in the history
chore: release v0.1.0
  • Loading branch information
Dino-Kupinic authored Mar 30, 2024
2 parents 0bfd434 + 39e48e5 commit 31be8bc
Show file tree
Hide file tree
Showing 41 changed files with 3,024 additions and 9,245 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "Dino-Kupinic"
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
assignees:
- "Dino-Kupinic"
- package-ecosystem: "npm"
directory: "/docs"
schedule:
interval: "weekly"
assignees:
- "Dino-Kupinic"
- package-ecosystem: "composer"
directory: "/backend"
schedule:
interval: "weekly"
assignees:
- "Dino-Kupinic"
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ pnpm run dev

4. Head to http://localhost:3000/

If it works, great!

> [!IMPORTANT]
> Following instruction is optional and may be skipped. If you have slow internet, it may take a while to
> install Chrome, Safari and Firefox (~150 MB)
5. Install playwright browsers
```
npx playwright install
```

### Backend

1. go into the backend directory
Expand Down
Loading

0 comments on commit 31be8bc

Please sign in to comment.