Skip to content

Commit

Permalink
added home page
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgermano committed Aug 12, 2022
1 parent b020cb9 commit dfdf469
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
SPA Storage makes it ease to send and retrieve information to browser storage and forage.
You can choose witch one to use and configure how it will behave.

## Test It
<a href="https://arthurgermano.github.io/spa-storage/" _target="blank">SPA Storage - testing</a>

## Index

- [SPA Storage - Browser Storage Plugin for Svelte and Pinia](#spa-storage---browser-storage-plugin-for-svelte-and-pinia)
- [Integrate easely with browser storage and forage!](#integrate-easely-with-browser-storage-and-forage)
- [Test It](#test-it)
- [Index](#index)
- [Features](#features)
- [Install](#install)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bugs": {
"url": "https://github.com/arthurgermano/spa-storage/issues"
},
"homepage": "https://github.com/arthurgermano/spa-storage#readme",
"homepage": "https://arthurgermano.github.io/spa-storage/",
"dependencies": {
"crypto-js": "^4.1.1",
"localforage": "^1.10.0"
Expand All @@ -35,4 +35,4 @@
"svelte": "^3.49.0",
"vitest": "^0.21.1"
}
}
}

0 comments on commit dfdf469

Please sign in to comment.