Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackemateninja/agrotoken-gatsby-landing
This was the second version of agrotoken landing, with Chakra ui and gatsby
https://github.com/hackemateninja/agrotoken-gatsby-landing
chakra-ui gatsby react
Last synced: 2 days ago
JSON representation
This was the second version of agrotoken landing, with Chakra ui and gatsby
- Host: GitHub
- URL: https://github.com/hackemateninja/agrotoken-gatsby-landing
- Owner: hackemateninja
- Created: 2024-05-21T16:33:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T18:04:22.000Z (6 months ago)
- Last Synced: 2024-11-04T01:42:01.530Z (about 2 months ago)
- Topics: chakra-ui, gatsby, react
- Language: TypeScript
- Homepage: https://agrotoken.com/
- Size: 26.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 🚀 Agrotoken Landing Page
Agrotoken Landing page is a [GatsbyJS](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) Site
## Start developing
```shell
npm run develop or gatsby develop
```Your site is now running at http://localhost:8000!
## Deployment
We added some shortcuts to easily deploy this site to our infrastructure in AWS in the ENVs=["testing", "prod"].
Take into account that currently, these envs are using the `.env.production` file.- `npm run build`: Builds a production optimized site and saves the results in `/public`
- `npm run sync:`: Synchronize `/public` with a AWS S3 Bucket.
- `npm run invalidate:`: Invalidate the corresponding Cloudfront Distribution.
- `npm run deploy::` Executes `npm run build && npm run sync: && npm run invalidate:`NOTE: You will need the `.env` files and AWS access keys to perform these actions.
## Environment Variables
```
GATSBY_CURRENCY_ENDPOINT
GATSBY_SITE_DOMAIN
MAILCHIMP_ENDPOINT
GATSBY_BASE_APP_URL
GATSBY_GET_IN_TOUCH_URL
GATSBY_MERCHANT_URL
GATSBY_DEVELOPER_URL
GATSBY_TEASER_URL
TAG_MANAGER_ID
GOOGLE_ANALYTICS_ID
GATSBY_SIGN_UP_FARMERS_URL
GATSBY_BASES_AND_CONDITIONS_PROMOTIONS
HOTJAR_ID
HOTJAR_SNIPPET_VERSION```