First, clone the repo
git clone https://github.com/arpradio/cip60Minter.git
cd cip60Minter
install dependancies
npm i
run dev server
npm run dev
or build for production/deploy
npm run build
and run after the following preceding a successful build
npm run start
The Web Application will now be running! Visit http://localhost:3000 to view and use minter!