Skip to content

FPLeader/FoxFinance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Setup Testing

# 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.

FoxFinance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published