Official website of Ernadima Digital Studio, built with Astro and Tailwind CSS.
Currently under active development.
Ernadima Digital Studio is a digital creative studio specializing in modern web experiences, visual design, and digital solutions for businesses, organizations, and personal brands.
This repository contains the source code for the official website.
- Astro
- Tailwind CSS v4
- TypeScript
- ESLint
- Prettier
- Cloudflare Pages
- Project setup
- Astro configuration
- Tailwind CSS integration
- ESLint & Prettier configuration
- GitHub repository
- Cloudflare Pages deployment
- Custom domain configuration
- Global layout
- Responsive "Under Development" landing page
- Basic SEO
- Landing page
- Portfolio showcase
- Services page
- About page
- Contact page
- Blog
- SEO optimization
- Performance optimization
- Modern landing page
- Portfolio gallery
- Service details
- Contact form
- Blog with Astro Content Collections
- Case studies
- Dark mode
- Internationalization (i18n)
Clone the repository:
git clone https://github.com/ernadima/web.gitInstall dependencies:
npm installRun development server:
npm run devBuild for production:
npm run buildPreview production build:
npm run preview.
├── public/
├── src/
│ ├── assets/
│ ├── components/
│ ├── layouts/
│ ├── pages/
│ └── styles/
|
├── .gitignore
├── LICENSE
├── README.md
├── astro.config.mjs
├── package.json
└── tsconfig.json
---
## Deployment
The project is automatically deployed via **Cloudflare Pages** whenever changes are merged into the `main` branch.
---
## Contributing
This repository is currently maintained by Ernadima Digital Studio.
Contributions, suggestions, and issue reports are welcome.
---
## License
This project is licensed under the **GNU General Public License v3.0 (GNU GPLv3)**.
See the [LICENSE](LICENSE) file for details.
---
## Website
🌐 https://ernadima.pages.dev
---
Made with ❤️ by Ernadima Digital Studio.