Skip to content

A responsive React website hosted on AWS, deployed using Github Actions, and developed with Gatsby.

Notifications You must be signed in to change notification settings

itsalysialynn/alysia-lynn-website

Repository files navigation

alysia-lynn

A React website hosted on AWS and deployed using Github Actions, developed with Gatsby.

Getting Started

  1. Clone repository:
  https://github.com/itsalysialynn/alysia-lynn.git
  1. Install dependencies:
  yarn
  1. Start development server:
  yarn develop
  1. Visit local app at http://localhost:8000/ or view GraphiQL at http://localhost:8000/\_\_\_graphql

Code Style

ESLint and Prettier is used to ensure consistent code formatting and code quality throughout the codebase. A pre-commit hook automatically corrects formatting issues and adds the corrections to your commit. You can also run the checks manually:

Running ESLint

yarn lint

Running Prettier

yarn prettier

Unit Testing

Jest and React Testing Library is used for unit and integration testing for React components.

Running Jest

yarn jest

About

A responsive React website hosted on AWS, deployed using Github Actions, and developed with Gatsby.

Resources

Stars

Watchers

Forks