https://github.com/deltahacks/landing
The DeltaHacks landing page.
https://github.com/deltahacks/landing
firebase typescript vue
Last synced: about 1 year ago
JSON representation
The DeltaHacks landing page.
- Host: GitHub
- URL: https://github.com/deltahacks/landing
- Owner: deltahacks
- Archived: true
- Created: 2019-08-03T00:22:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T04:30:05.000Z (over 3 years ago)
- Last Synced: 2025-02-22T04:27:58.122Z (over 1 year ago)
- Topics: firebase, typescript, vue
- Language: Vue
- Homepage: https://deltahacks.com
- Size: 55.9 MB
- Stars: 2
- Watchers: 8
- 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/).