Appearance
Getting Started ​
Overview ​
This guide will help you get started with the Collage Brand Portal development.
Prerequisites ​
- Node.js >= 18.x
- npm, pnpm, yarn, or bun
- Git
Installation ​
- Clone the repository:
bash
git clone <repository-url>
cd brand-portal- Install dependencies:
bash
npm install
# or
pnpm installCreate
.envfile with required environment variables (see main README)Start development server:
bash
npm run devProject Structure ​
app/- Application source codeserver/- Server-side codepublic/- Public static filesnuxt.config.ts- Nuxt configuration
Development Workflow ​
- Create feature branch
- Make changes
- Test locally
- Commit changes
- Create pull request
Next Steps ​
- Read Pages Documentation
- Review Components
- Explore Composables
- Check Stores