alercebroker / ztf_explorer

🌚 🔭 💻 ZTF Explorer for the ALeRCE broker
https://alerce.online/
6 stars 0 forks source link
astronomy bigdata ztf

ztf_explorer

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# generate static project
$ npm run generate

# deploy to s3 bucket
$ npm run generate
$ gulp deploy

To deploy to s3 you first need to have the following environment variables set:

AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_BUCKET_NAME
AWS_CLOUDFRONT

For detailed explanation on how things work, check out Nuxt.js docs.