Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmw-cca-psr/bmwccapsr-website-gatsby
https://github.com/bmw-cca-psr/bmwccapsr-website-gatsby
gatsby gatsbyjs react
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmw-cca-psr/bmwccapsr-website-gatsby
- Owner: BMW-CCA-PSR
- Created: 2020-08-20T23:18:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T20:53:24.000Z (about 1 year ago)
- Last Synced: 2024-04-14T08:55:53.965Z (10 months ago)
- Topics: gatsby, gatsbyjs, react
- Language: JavaScript
- Homepage: https://bmw-club-psr.org/
- Size: 7.97 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bmwccapsr-website-gatsby
[![Netlify Status](https://api.netlify.com/api/v1/badges/6a750a7b-05e3-4448-be3d-c0a1add19325/deploy-status)](https://app.netlify.com/sites/bmw-club-psr/deploys)
## About
This repo is the source for the website of the BMW Car Club of America Puget Sound Region Chapter (BMWCCAPSR). The club has been around since 1969 and has helped connect BMW enthusiests from all over the Puget Sound area enjoy their vehicles to the fullest. We offer social events, tech sessions, track days, driving tours and many more benefits of membership.
This repo tracks the project source for the club website including AWS CDK infrastrucuture code as well as gatsby and sanity config files. The web root of the gatsby project is `bmwccapsrwebsite`.
## Tech stack used
* gatsbyJS
* ThemeUI
* Sanity CMS## Setup
* `yarn install`
* `yarn run dev` # dev build### production build
* `yarn run build`