0.0.10 • Published 6 months ago

@yes-chef/earcandy v0.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Earcandy Project README

Overview

Earcandy is a custom code project for the Earcandy Webflow site, developed by Yes Chef Studio. It includes various animations, video handling, and interactive elements to enhance the user experience on the website.

Repository

Features

  • Custom animations using GSAP (GreenSock Animation Platform)
  • Video playback controls with lazy loading
  • Interactive sliders and hover effects
  • Page transitions

Development

Prerequisites

  • Node.js
  • PNPM package manager

Installation

Clone the repository and install dependencies:

git clone https://github.com/james-battye/earcandy.git
cd earcandy
pnpm install

Scripts

  • pnpm run dev: Run the development server with live reloading.
  • pnpm run build: Build the project for production.
  • pnpm run lint: Lint the codebase.
  • pnpm run format: Format the codebase using Prettier.
  • pnpm run test: Run tests using Playwright.
  • pnpm run release: Publish a new version using Changesets.

Building

The project uses esbuild for bundling the JavaScript and TypeScript files. The entry points and build configurations are specified in bin/build.js.

Testing

Playwright is used for end-to-end testing. Configuration for Playwright is located in playwright.config.ts.

Deployment

The project is set up with GitHub Actions for continuous integration and deployment. The workflows handle linting, testing, and releasing new versions.

Contributing

Contributions are welcome. Please fork the repository and submit a pull request.

License

The project is licensed under the ISC license.

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.3

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.2

7 months ago

0.0.1

7 months ago