codev-landing-site
v1.0.0
Published
Landing page for Codev - Collaborative Salesforce Development
Downloads
3
Readme
Codev Landing Page
This is a static landing page for Codev, a collaborative Salesforce development platform. The site is built using 11ty (Eleventy) and styled with Tailwind CSS.
Setup
Install dependencies:
npm installStart the development server:
npm startBuild for production:
npm run buildDeploy to AWS S3:
npm run deploy
Site Structure
src/- Source files_includes/- Template filescss/- CSS stylesheetsjs/- JavaScript filesimages/- Image assets
Deployment
The site is designed to be deployed to an S3 bucket accessible at get-codev.flxbl.io.
AWS Setup Instructions
- Create an S3 bucket named "get-codev.flxbl.io"
- Configure the bucket for static website hosting
- Set up appropriate permissions
- Configure CloudFront or similar for HTTPS (optional but recommended)
Images
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
