For the past three years, I have been working closely with Tokio Ramen - a local ramen restaurant located in Boynton Beach, Florida - to create and maintain their official website and branding. In continuing support of this small business, I created this front-end website using GatsbyJS to prioritize performance and Contenful for accessible data via GraphQL.
✨ Visit deployed application here ✨
- GatsbyJS / ReactJS
- Contenful
- GraphQL
- JavaScript
- Tailwind CSS
- HTML
- npm packages:
- Getform.io
- Install NodeJS in your operating system
- Install Gatsby CLI (view instructions here if needed)
- Enter your Contenful
SPACE_ID
andACCESS_TOKEN
into a.env
file - Enter your Getform.io account's endpoint as
REACT_APP_CONTACT_FORM_ID
in the same.env
file - Install all of the dependencies listed above via command-line in terminal by entering
npm install
. - To compile the development build of the website, execute the following command in the root:
gatsby develop
- Compile a production build when the website is complete by running:
gatsby build
For any questions about this repository, please contact me at hayashi.demi@gmail.com.
Please visit my GitHub to view more of my works at github.com/demivlkv.