-
Clone the repository
git clone <your-repo-url> cd portfolio
-
Install dependencies
npm install
-
Set up environment variables
cp .env.example .env.local
-
Start development server
npm run dev
- Follow the established ESLint and Prettier configurations
- Write meaningful commit messages using conventional commits
- Add tests for new features
- Update documentation as needed
- Create a feature branch from
main - Make your changes
- Run quality checks:
npm run quality - Submit a pull request with the provided template
- Ensure all CI checks pass