feat: add initial application structure with configuration, UI components, and state management
This commit is contained in:
parent
fadf94002c
commit
0af6b17792
56 changed files with 6137 additions and 129 deletions
14
.env.example
Normal file
14
.env.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Co-op Pay & Value Tool Configuration
|
||||
|
||||
# Currency and localization
|
||||
APP_CURRENCY=EUR
|
||||
APP_LOCALE=en-CA
|
||||
APP_DECIMAL_PLACES=2
|
||||
|
||||
# Application settings
|
||||
APP_NAME="Urgent Tools"
|
||||
APP_ENVIRONMENT=development
|
||||
|
||||
# Optional overrides
|
||||
# APP_DATE_FORMAT=short
|
||||
# APP_NUMBER_FORMAT=standard
|
||||
Loading…
Add table
Add a link
Reference in a new issue