Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 1.21 KB

Changelog

[Unreleased]

Added

  • Initial project setup for CofiBlocks, a collaborative coffee business platform
  • Monorepo structure with apps for web and docs
  • Starknet integration for blockchain functionality
  • Prisma setup for database management
  • TailwindCSS and DaisyUI for styling
  • Next.js framework for both web and docs applications
  • TypeScript configuration for improved type safety
  • ESLint and Prettier setup for code quality and formatting
  • Custom UI components including Typography and Layout elements
  • Environment variable management with @t3-oss/env-nextjs
  • Database seeding script for initial data population
  • Starknet provider for blockchain connectivity
  • TRPC setup for type-safe API routes

Changed

  • Updated project structure to use Turborepo for monorepo management
  • Configured custom themes for DaisyUI

Fixed

  • Resolved potential issues with environment variable validation

Removed

  • Removed unused boilerplate code from initial setup

Security

  • Implemented secure practices for handling wallet addresses and user data

Development

  • Added scripts for database management and development server startup
  • Configured Turborepo for optimized build and development processes