https://github.com/lowmess/az-golf-gurus
https://github.com/lowmess/az-golf-gurus
astro datocms typescript
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lowmess/az-golf-gurus
- Owner: lowmess
- License: mit
- Created: 2019-04-02T16:53:14.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T16:39:37.000Z (over 1 year ago)
- Last Synced: 2025-04-19T17:14:00.514Z (about 1 year ago)
- Topics: astro, datocms, typescript
- Language: Astro
- Homepage: https://www.azgolfgurus.com
- Size: 1.6 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# azgolfgurus.com
## Installing
```bash
git clone https://github.com/lowmess/az-golf-gurus.git
cd az-golf-gurus
npm install
```
## Environment Variables
The codebase expects a `.env` file with the following shape:
```
DATOCMS_READ_ONLY_TOKEN={YOUR DATO CMS TOKEN}
```