https://github.com/superoo7/ethkl-nft
https://github.com/superoo7/ethkl-nft
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/superoo7/ethkl-nft
- Owner: superoo7
- License: mit
- Created: 2019-10-03T03:42:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T03:52:45.000Z (9 months ago)
- Last Synced: 2025-01-23T10:44:55.427Z (3 months ago)
- Language: TypeScript
- Size: 16.4 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`