Landing page for Codev - Collaborative Salesforce Development
npm install codev-landing-siteThis is a static landing page for Codev, a collaborative Salesforce development platform. The site is built using 11ty (Eleventy) and styled with Tailwind CSS.
1. Install dependencies:
```
npm install
2. Start the development server:
``
npm start
3. Build for production:
``
npm run build
4. Deploy to AWS S3:
``
npm run deploy
- src/ - Source files_includes/
- - Template filescss/
- - CSS stylesheetsjs/
- - JavaScript filesimages/
- - Image assets
The site is designed to be deployed to an S3 bucket accessible at get-codev.flxbl.io.
1. Create an S3 bucket named "get-codev.flxbl.io"
2. Configure the bucket for static website hosting
3. Set up appropriate permissions
4. Configure CloudFront or similar for HTTPS (optional but recommended)
The screenshot images used in the site should be placed in the src/images/` directory.
Required images:
- dashboard-preview.png
- eye-view.png
- code-review.png
- workspace-explorer.png
- package-management.png
- package-config.png
- synchronize.png
- deployment.png
- validation.png