Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shezard committed Feb 5, 2024
1 parent 8b87d4a commit 079c205
Show file tree
Hide file tree
Showing 3 changed files with 1,200 additions and 619 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ npm run build

You can preview the production build with `npm run preview`.

## Maintenance

Keep deps updated

```bash
npx npm-check-update
```


## Adding data from unsplash random API

### Get an access token from unsplash api
Expand All @@ -47,4 +56,8 @@ Then run
node unique.mjs > src/lib/data.json
```

TODO: path shouldn't be hard coded
### TODO

[ ] Path shouldn't be hard coded
[ ] Drawing them should be handled in theme.json file
[ ] UI should support themes
Loading

0 comments on commit 079c205

Please sign in to comment.