https://github.com/cutupdev/fox-finance
This is repository for EVM fox nft marketplace.
https://github.com/cutupdev/fox-finance
javascript mongodb nodejs sass scss smart-contracts vuejs web3 web3js
Last synced: 19 days ago
JSON representation
This is repository for EVM fox nft marketplace.
- Host: GitHub
- URL: https://github.com/cutupdev/fox-finance
- Owner: cutupdev
- Created: 2024-02-21T02:14:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T03:00:25.000Z (about 2 years ago)
- Last Synced: 2024-10-31T23:34:34.888Z (over 1 year ago)
- Topics: javascript, mongodb, nodejs, sass, scss, smart-contracts, vuejs, web3, web3js
- Language: Vue
- Homepage: https://shop.foxfinance.io/
- Size: 5.35 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build Setup Testing
### Live: https://shop.foxfinance.io/
```bash
# create .env file locally from development.env
$ cp development.env .env
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project to deploy to production
$ npm run generate
# upload to Amazon s3
$ aws s3 sync dist s3://fox-market
# clear cloudfront cache
$ aws cloudfront create-invalidation \
--distribution-id E3MHC1NKTPE0P2 \
--paths "/" "/homepage" "/homepage/" "/contribution-success" "/contribution-success/"
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).