Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gastongaiduk committed Dec 19, 2024
1 parent 53ce2d0 commit e6b818b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Install node, at least version 18. First run `npm install` and then `npm run dev
The project should be accessible via http://localhost:5173/retroleaderboards/.

## Screens
![Screenshots](public/v0.0.4.gif)
<img src="public/v0.0.4.gif" alt="Screenshots" style="width: 50%;">
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "retroleaderboards",
"private": true,
"version": "0.0.3",
"version": "0.0.6",
"scripts": {
"dev": "vite",
"dev:cypress": "VITE_ENCRYPTION_KEY=1234567890_KEY vite --host",
Expand Down
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
retroleaderboards.app

0 comments on commit e6b818b

Please sign in to comment.