Skip to content

๐ŸŒš ๐Ÿ”ญ ๐Ÿ’ป ZTF Explorer for the ALeRCE broker

Notifications You must be signed in to change notification settings

alercebroker/ztf_explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.