https://github.com/superoo7/nft-presentation
Presentation of NFTs
https://github.com/superoo7/nft-presentation
Last synced: about 1 month ago
JSON representation
Presentation of NFTs
- Host: GitHub
- URL: https://github.com/superoo7/nft-presentation
- Owner: superoo7
- License: mit
- Created: 2019-03-07T23:11:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T15:03:05.000Z (over 2 years ago)
- Last Synced: 2025-01-23T10:45:03.415Z (3 months ago)
- Language: TypeScript
- Homepage: https://superoo7.github.io/nft-presentation
- Size: 8.84 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nft manager (nftgecko.com)
Scaffold from https://github.com/superoo7/spectacle-typescript-boilerplate
## Reference
The Spectacle core API is available at [https://github.com/FormidableLabs/spectacle/blob/master/README.markdown](https://github.com/FormidableLabs/spectacle/blob/master/README.markdown).
## Development
After downloading the boilerplate, your first order of business is to open terminal and run `yarn`. (or `npm install` if you're about that life)
Then, to start up the local server, run `npm start` or `yarn start`
Open a browser and hit [http://localhost:3000](http://localhost:3000), and we are ready to roll
## Build & Deployment
Building the dist version of the project is as easy as running `npm run build`