Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deltahacks/landing
The DeltaHacks landing page.
https://github.com/deltahacks/landing
firebase typescript vue
Last synced: 9 days ago
JSON representation
The DeltaHacks landing page.
- Host: GitHub
- URL: https://github.com/deltahacks/landing
- Owner: deltahacks
- Created: 2019-08-03T00:22:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T04:30:05.000Z (over 1 year ago)
- Last Synced: 2023-04-28T07:05:59.014Z (over 1 year ago)
- Topics: firebase, typescript, vue
- Language: Vue
- Homepage: https://deltahacks.com
- Size: 55.9 MB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# landing
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).