7717e2a5b2
- Add main application structure with App component - Implement state management for counter functionality - Create CSS styles for application layout and components - Include assets for logos and hero image - Set up Vite configuration for development environment - Establish global CSS variables for theming
4 lines
129 B
Bash
4 lines
129 B
Bash
ORCID_CLIENT_ID=
|
|
ORCID_CLIENT_SECRET=
|
|
DATABASE_URL=postgresql://postgres:postgres@db:5432/orcid_db
|
|
REDIS_URL=redis://redis:6379/0 |