Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lousando/mara-website
Website for Maricopa ARA
https://github.com/lousando/mara-website
amateur ham hams mara maricopa radio
Last synced: about 1 month ago
JSON representation
Website for Maricopa ARA
- Host: GitHub
- URL: https://github.com/lousando/mara-website
- Owner: lousando
- License: mit
- Created: 2020-02-26T21:16:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T04:38:55.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T20:21:43.918Z (9 months ago)
- Topics: amateur, ham, hams, mara, maricopa, radio
- Language: Vue
- Homepage: http://www.copahams.org/
- Size: 51.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MARA Website
## Build Setup
``` bash
# install dependencies
$ yarn# serve with hot reload at localhost:3000
$ yarn watch# build for production and launch server
$ yarn build
$ yarn start# run tests
$ yarn test
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
## ENV Vars
```
# Google Maps API Key (required)
NUXT_ENV_GMAPS_API_KEY=""
```