- Point visitors to our mailing list
- Give a detailed summary of who we are as a club
- Provide users with a 'hub' to other relevant resources
- Single page with 'Call to Action' (mailing list) and short discription
- Links to:
- Slack
- Add more pages/routes
- About Us
- Contact Us Page
- Events (Calendar API preferably)
- Etc
- Gatsby
- React.JS
- Material.UI
- Material Kit React
- Hosted on Github Pages
- Clone repo to local device
- Create a new development branch
- Download all required packages
- When developing run
gatsby develop
to start a live server onlocalhost:8000
- After developing, run
gatsby build; gatsby serve
to build and serve the production code onlocalhost:9000
- If all looks good, open a PR against
Master
- Merge
Master
intogh-pages
- Run
npm run deploy
to deploy latest to Github Pages
Material Kit React Starter
Gatsby Material Kit React Starter is the adaptation of Material Kit React to Gatsby.