Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KidSysco committed Jan 7, 2024
1 parent cbe45e8 commit ec09b8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vuetify NFT Gallery

This is a Web Front-End written with Vue 3 and Vuetify. There are several other re-usable resources included like pinia stores, components, and composables that can be used to call any EVM based blockchain for NFTs, even if the browser does not have a wallet installed. See the following files for more info...
This is a Web Front-End written with [Vue 3](https://vuejs.org/guide/introduction.html) and [Vuetify](https://dev.vuetifyjs.com/en/introduction/why-vuetify/#what-is-vuetify3f). There are several other re-usable resources included like [Pinia](https://pinia.vuejs.org/introduction.html) stores, [components](https://vuejs.org/guide/components/registration.html), and [composables](https://vuejs.org/guide/extras/composition-api-faq.html) that can be used to call any EVM based blockchain for NFTs using [Ethers.js](https://github.com/ethers-io/ethers.js), even if the browser does not have a wallet installed. See the following files for more info...

```
./src/composables/
Expand All @@ -9,6 +9,8 @@ This is a Web Front-End written with Vue 3 and Vuetify. There are several other

This project has a .env file that is setup to work with Dig-A-Hash web services for Dynamic NFT Meta-Data.

There is also a 404 route built-in using the [Vue Router](https://router.vuejs.org/guide/).

## CSS Notes

SCSS is installed along with numerous utility classes that compliment or override Vuetify defaults. This app ships with two fonts installed that are ready to be used or swapped out. See the following files for more info...
Expand Down

0 comments on commit ec09b8b

Please sign in to comment.