https://github.com/alercebroker/ztf_explorer
🌚 🔠💻 ZTF Explorer for the ALeRCE broker
https://github.com/alercebroker/ztf_explorer
astronomy bigdata ztf
Last synced: 3 months ago
JSON representation
🌚 🔠💻 ZTF Explorer for the ALeRCE broker
- Host: GitHub
- URL: https://github.com/alercebroker/ztf_explorer
- Owner: alercebroker
- Created: 2019-02-08T16:04:25.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-27T20:40:02.000Z (4 months ago)
- Last Synced: 2026-02-28T00:44:32.803Z (3 months ago)
- Topics: astronomy, bigdata, ztf
- Language: Vue
- Homepage: https://alerce.online/
- Size: 31.4 MB
- Stars: 6
- Watchers: 11
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ztf_explorer
## Build Setup
```bash
# 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](https://nuxtjs.org).