https://github.com/camerodev/foxfinance
Fox Finance is a community-driven multimedia blockchain society with a charitable mission and business enterprises that support our goals.
https://github.com/camerodev/foxfinance
blockchain coin ethereum finance javascript node react smart-contracts
Last synced: about 1 month ago
JSON representation
Fox Finance is a community-driven multimedia blockchain society with a charitable mission and business enterprises that support our goals.
- Host: GitHub
- URL: https://github.com/camerodev/foxfinance
- Owner: camerodev
- Created: 2024-03-15T16:31:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T16:31:46.000Z (over 1 year ago)
- Last Synced: 2025-04-07T16:43:27.324Z (2 months ago)
- Topics: blockchain, coin, ethereum, finance, javascript, node, react, smart-contracts
- Language: Vue
- Homepage: https://foxfinance.io/Marketplace
- Size: 5.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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).