Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seriouslag/ultima
A band site. Site has Spotify, Instagram, MailChimp, and firebase (auth, storage, firestore).
https://github.com/seriouslag/ultima
admin band firebase firebase-authentication firebase-firestore firebase-storage firestore instagram mailchimp spotify typescript vue vuejs
Last synced: 9 days ago
JSON representation
A band site. Site has Spotify, Instagram, MailChimp, and firebase (auth, storage, firestore).
- Host: GitHub
- URL: https://github.com/seriouslag/ultima
- Owner: seriouslag
- Created: 2019-03-09T22:35:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:23:12.000Z (over 1 year ago)
- Last Synced: 2024-10-15T02:33:23.092Z (22 days ago)
- Topics: admin, band, firebase, firebase-authentication, firebase-firestore, firebase-storage, firestore, instagram, mailchimp, spotify, typescript, vue, vuejs
- Language: Vue
- Homepage: https://ultima.band
- Size: 2.74 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/seriouslag/ultima.svg?style=svg&circle-token=d4a0b40eac98dcde64e30174ccc580e269e990fc)](https://circleci.com/gh/seriouslag/ultima)
# ultima
A band site for a friend.
Site has Spotify, Instagram, MailChimp, and firebase (auth, storage, firestore).[ultima.band](https://ultima.band/)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn start
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```