- Clone the repository
git clone https://github.com/9qeklajc/ecash-402-client.git
cd ecash-402-client
- Install dependencies
npm install
- Start development server
npm run dev
# Development
npm run dev # Start development server with Turbopack
npm run build # Build for production
npm run start # Start production server
# Code Quality
npm run lint # Run Next.js linting
npm run eslint # Run ESLint
npm run eslint_fix # Fix ESLint issues
npm run tsc # TypeScript type checking
# Formatting
npm run format # Format code with Prettier
npm run format-check # Check code formatting
Visit the Documentation section for:
- Detailed setup instructions
- Integration guides with visual demonstrations
- Advanced configuration options
- Troubleshooting tips