Modern static website for Coderra.je IT Consultancy, built with Tailwind CSS.
# View the site locally
cd build-tools
npm run serve
# Visit http://localhost:8000That's it! The site is ready to deploy as-is.
coderraje/ # Root (ready to deploy)
├── index.html # Homepage
├── education-robotics.html
├── ecommerce-development.html
├── iot-solutions.html
├── web-development.html
├── 404.html
├── css/
│ └── styles.css # Generated CSS
├── assets/
│ ├── favicon.ico
│ └── img/
│ └── bg-masthead.jpg
├── build-tools/ # Development only (exclude from deployment)
│ ├── input.css # Tailwind CSS source
│ ├── tailwind.config.js
│ ├── package.json
│ └── node_modules/
├── README.md
├── CLAUDE.md
└── DEPLOY.md
Simply edit the HTML files in the root directory:
index.html- Homepageeducation-robotics.html- Education servicesecommerce-development.html- E-commerce servicesiot-solutions.html- IoT servicesweb-development.html- AI services
If you need to change styles:
# Install dependencies (first time only)
cd build-tools
npm install
# Edit input.css or tailwind.config.js
# Then rebuild:
npm run build:css- Push to GitHub
- Go to Settings → Pages
- Source: Deploy from branch
- Branch:
main, Folder:/(root) - Save
Your site will be at: https://jgalan247.github.io/coderraje/
Upload the root folder (excluding build-tools/) to any of these:
- Netlify (drag & drop, free)
- Vercel (import repo, free)
- Cloudflare Pages (free)
- DigitalOcean App Platform (free tier)
- Any web hosting with FTP
All commands must be run from the build-tools/ directory:
cd build-tools
npm install # Install Tailwind CSS
npm run build:css # Build production CSS
npm run watch:css # Watch for CSS changes
npm run serve # Start local server- ✅ Fully responsive design
- ✅ Modern Tailwind CSS with custom animations
- ✅ Fast loading
- ✅ Mobile navigation
- ✅ Smooth animations and transitions
- ✅ SEO friendly
- ✅ Jersey island visualization
- ✅ Vibrant service cards with hover effects
- Primary Blue (50-900 scale) - Main brand color
- Purple (#8b5cf6) - E-commerce
- Teal (#14b8a6) - IoT
- Orange (#f59e0b) - Education
- Pink (#ec4899) - AI services