0.0.32 • Published 8 months ago

@galago/full-tilt v0.0.32

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

Galago Full Tilt Atomic Design Library

Website & Discord

fulltiltandboogie.com

discord

Installation

Install the package using Yarn:

yarn add @galago/full-tilt

Requirements

TODO: figure out how to make these optional

Environment Variables
Make sure to export the following environment variables:

STRIPE_API_KEY=your_stripe_api_key_here
MUI_X_DATA_GRID_PREMIUM_KEY=your_mui_x_data_grid_premium_key_here

Development Environment

Requirements

Node.js >= 16.15.0

Testing

Run unit tests using:

yarn test

To test a single file:

yarn test src/path/to/file

To test changed files:

yarn test $(git diff --cached --name-only | grep test.tsx)

To reset snapshots:

yarn test -u

Git Flow

Follow Conventional Commits for commit messages:

fix: <description> — Bug fixes
feat: <description> — New features
chore: <description> — Maintenance tasks
test: <description> — Adding or updating tests
refactor: <description> — Code improvements without changing functionality
Examples:
git commit -m "fix: responsive issue on mobile devices"
git commit -m "feat: add new user authentication flow"
git commit -m "chore: update dependencies to latest versions"
git commit -m "test: add unit tests for the header component"
git commit -m "refactor: optimize data fetching logic"
Branching Strategy
Create a new branch from main for your task:
git checkout -b feature/your-feature-name
For tasks that depend on another branch, branch off from that branch:
git checkout -b feature/your-dependent-feature
0.0.31

8 months ago

0.0.32

8 months ago

0.0.20

9 months ago

0.0.21

9 months ago

0.0.22

9 months ago

0.0.23

9 months ago

0.0.24

9 months ago

0.0.25

9 months ago

0.0.18

9 months ago

0.0.19

9 months ago

0.0.30

9 months ago

0.0.26

9 months ago

0.0.27

9 months ago

0.0.28

9 months ago

0.0.29

9 months ago

0.0.15

9 months ago

0.0.16

9 months ago

0.0.17

9 months ago

0.0.14

9 months ago

0.0.10

9 months ago

0.0.11

9 months ago

0.0.12

9 months ago

0.0.13

9 months ago

0.0.3

9 months ago

0.0.2

10 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.1

10 months ago