An open API service indexing awesome lists of open source software.

https://github.com/superoo7/ethkl-nft


https://github.com/superoo7/ethkl-nft

Last synced: about 1 month ago
JSON representation

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`