|
||
---|---|---|
public | ||
src | ||
.browserslistrc | ||
.eslintrc.js | ||
.gitignore | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
env.example | ||
getabi.js | ||
package-lock.json | ||
package.json | ||
prettier.config.js | ||
vue.config.js |
README.md
nftfactory
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Serve a rinkeby-specific version of the codebase (pulls vars from .env.test):
npm run serve --mode test
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint