0.0.32 • Published 9 months ago
@galago/full-tilt v0.0.32
Galago Full Tilt Atomic Design Library
Website & 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
9 months ago
0.0.32
9 months ago
0.0.20
10 months ago
0.0.21
10 months ago
0.0.22
10 months ago
0.0.23
10 months ago
0.0.24
10 months ago
0.0.25
10 months ago
0.0.18
10 months ago
0.0.19
10 months ago
0.0.30
10 months ago
0.0.26
10 months ago
0.0.27
10 months ago
0.0.28
10 months ago
0.0.29
10 months ago
0.0.15
10 months ago
0.0.16
10 months ago
0.0.17
10 months ago
0.0.14
10 months ago
0.0.10
10 months ago
0.0.11
10 months ago
0.0.12
10 months ago
0.0.13
10 months ago
0.0.3
11 months ago
0.0.2
11 months ago
0.0.9
10 months ago
0.0.8
10 months ago
0.0.5
10 months ago
0.0.4
10 months ago
0.0.7
10 months ago
0.0.6
10 months ago
0.0.1
11 months ago