token-gallery-frontend/README.md

31 lines
436 B
Markdown
Raw Permalink Normal View History

2025-01-18 12:33:45 +00:00
# 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).