https://github.com/leighmcculloch/makenft
https://github.com/leighmcculloch/makenft
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leighmcculloch/makenft
- Owner: leighmcculloch
- License: mit
- Archived: true
- Created: 2021-03-16T07:21:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T15:38:57.000Z (about 2 years ago)
- Last Synced: 2024-10-11T15:41:26.900Z (8 months ago)
- Language: JavaScript
- Homepage: https://leighmcculloch.github.io/makenft
- Size: 14.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# makenft
A utility website for creating NFTs on the [Stellar] network.
Deployed at [leighmcculloch.github.io/makenft].
## Development
### Install dependencies
```
npm install
```### Run locally
```
npm run dev
```### Build for deployment
```
npm run build
```### Deploy
```
npm run deploy
```## Attributions
Favicons copyright 2020 Twitter, Inc and other contributors licensed under
CC-BY 4.0. Downloaded from favicon.io.[Stellar]: https://stellar.org
[leighmcculloch.github.io/makenft]: https://leighmcculloch.github.io/makenft