Skip to content

Article Open is the open source version of Article, the core code of nhavantuonglai.com. This project is developed using Astro 5.0 and Tailwind CSS, creating a modern website template that is user-friendly and optimized for SEO.

License

Notifications You must be signed in to change notification settings

nhavantuonglai/nhavan.vn-open

🚀 Article Open – Modern website template

Version English (Original Vietnamese below)

Welcome to Article Open, the open-source version of Article, the core code powering nhavan.vn. Built with Astro 5.0 and Tailwind CSS, this template delivers a sleek, SEO-optimized, and user-friendly website ready for your next big project.

Vercel Website Deploy

✨ Why choose Article Open?

– Clean & maintainable code: Streamlined structure for easy updates and scalability.

– Unified components: Consistent design and effects for a polished, cohesive look.

– SEO powerhouse: Built-in schema and meta tag generation for better search engine rankings.

– Dynamic motion effects: Smooth animations for a modern, engaging user experience.

– Blazing fast: Optimized for toptier PageSpeed Insights scores.

– Dark mode support: Seamless toggle for enhanced accessibility and comfort.

– Stunning visuals: Features a starry Starfield background and a futuristic Supernova loading effect.

🛠️ Built with the best tools

– Framework: Astro + Tailwind CSS for rapid, responsive development.

– Hosting: Vercel for effortless deployment.

– Data Management: GitHub for version control and collaboration.

– Monitoring: Openstatus for realtime performance tracking.

– Copyright Protection: DMCA for content security.

These tools ensure a robust, costefficient, and stable website with minimal overhead.

Vercel Deployment

🚀 Get started: Deployment guide

Option 1: Instant deployment with Vercel

The fastest way to see Article Open in action:

  1. Sign up and log in to Vercel.

  2. Click New Project → Import Git Repository.

  3. Enter the repository URL:

https://github.com/nhavantuonglai/themes-open.git
  1. Vercel will create a GitHub repository and deploy your site in minutes.

Note: This method is great for quick previews but limits customization and updates.

Option 2: Full control with GitHub (Recommended)

Take charge of your project with complete code ownership:

  1. Clone the repository to your GitHub account:
gh repo clone nhavantuonglai/themes-open
  1. Log in to Vercel using your GitHub account.

  2. Select Import Repository and choose your cloned repo.

  3. After deployment, customize your subdomain or add a custom domain in the Domain settings.

GitHub Deployment

💻 Local development setup

Prerequisites

Visual Studio Code

Node.js

Steps

  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and visit:
http://localhost:4321/

Edit files in the project folder to update content. Changes reflect instantly upon saving.

Local Development

📜 Project evolution

Article Open has grown through multiple milestones:

– Version 25.08: Under development.

– Version 24.09: Development completed, source code unusable.

– Version 24.04: Development completed, source code unusable.

View more version.

📞 Need help?

– Email: info@nhavan.vn

– Website: nhavan.vn

Phiên bản tiếng Việt

Chào mừng bạn đến với Article Open, phiên bản mã nguồn mở của Article, nền tảng cốt lõi của nhavan.vn. Được xây dựng bằng Astro 5.0 và Tailwind CSS, mẫu website này mang đến trải nghiệm thân thiện, tối ưu SEO và sẵn sàng cho dự án tiếp theo của bạn.

Vercel Website Deploy

✨ Tại sao chọn Article Open?

– Mã nguồn tối ưu: Cấu trúc gọn gàng, dễ tiếp cận và bảo trì.

– Đồng bộ thành phần: Thiết kế nhất quán, tạo giao diện liền mạch và chuyên nghiệp.

– Tối ưu SEO: Schema chuẩn và meta tag tự động cho từng trang, giúp cải thiện thứ hạng tìm kiếm.

– Hiệu ứng chuyển động: Giao diện hiện đại, mượt mà, nâng cao trải nghiệm người dùng.

– Tốc độ đỉnh cao: Đạt điểm số ấn tượng trên PageSpeed Insights.

– Chế độ tối: Hỗ trợ dark mode, tăng cường khả năng sử dụng.

– Hiệu ứng Starfield: Nền sao lấp lánh đẹp mắt.

– Hiệu ứng Supernova: Tải trang hiện đại với hiệu ứng siêu tân tinh ấn tượng.

🛠️ Công cụ sử dụng

– Framework: Astro kết hợp Tailwind CSS cho phát triển nhanh và responsive.

– Hosting: Vercel cho triển khai dễ dàng.

– Quản lý dữ liệu: GitHub để quản lý phiên bản và cộng tác.

– Theo dõi trạng thái: Openstatus để giám sát hiệu suất thời gian thực.

– Bảo vệ bản quyền: DMCA đảm bảo an toàn nội dung.

Các công cụ được tối ưu để giảm chi phí, đảm bảo website vận hành ổn định và hiệu quả.

Vercel Deployment

🚀 Hướng dẫn triển khai

Cách 1: Triển khai nhanh qua Vercel

Cách nhanh nhất để trải nghiệm Article Open:

  1. Đăng ký và đăng nhập vào Vercel.

  2. Chọn New Project → Import Git Repository.

  3. Nhập URL kho lưu trữ:

https://github.com/nhavantuonglai/themes-open.git
  1. Vercel sẽ tự động tạo kho lưu trữ trên GitHub và triển khai website.

Lưu ý: Phương pháp này phù hợp để xem trước giao diện, nhưng khả năng tùy chỉnh và cập nhật sẽ bị hạn chế.

Cách 2: Triển Khai Qua GitHub (Khuyến Nghị)

Kiểm soát toàn bộ mã nguồn với phương pháp này:

  1. Sao chép kho lưu trữ về tài khoản GitHub của bạn:
gh repo clone nhavantuonglai/themes-open
  1. Đăng nhập Vercel bằng tài khoản GitHub.

  2. Chọn Import Repository và chọn kho vừa sao chép.

  3. Sau khi triển khai, tùy chỉnh subdomain hoặc gán tên miền tùy chỉnh trong mục Domain.

GitHub Deployment

💻 Hướng dẫn phát triển Local

Công cụ cần thiết

Visual Studio Code.

Node.js.

Các bước cài đặt

  1. Cài đặt dependencies:
npm install
  1. Khởi động môi trường phát triển:
npm run dev
  1. Truy cập website local tại:
http://localhost:4321/

Chỉnh sửa nội dung bằng cách tìm file và thư mục tương ứng. Lưu thay đổi để giao diện tự động cập nhật.

Local Development

📜 Lịch Sử Phát Triển

Article Open đã trải qua nhiều giai đoạn phát triển:

– Version 25.08: Đang phát triển.

– Version 24.09: Đã kết thúc phát triển, mã nguồn không thể sử dụng.

– Version 24.04: Đã kết thúc phát triển, mã nguồn không thể sử dụng.

Xem thông tin phiên bản.

📞 Liên hệ & hỗ trợ

– Email: info@nhavan.vn

– Website: nhavan.vn

About

Article Open is the open source version of Article, the core code of nhavantuonglai.com. This project is developed using Astro 5.0 and Tailwind CSS, creating a modern website template that is user-friendly and optimized for SEO.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •