Skip to content

Latest commit

History

History
50 lines (32 loc) 路 1.27 KB

File metadata and controls

50 lines (32 loc) 路 1.27 KB

WeMake CX Blog

Hey, 馃憢

This is the source code for the WeMake Creator Experience Blog. We built it using Astro, a super fast and modern static site generator.

Why Astro?

We 馃挋 Astro because it's:

  • Blazingly fast: Astro is all about performance. It delivers lightning-fast websites that provide an awesome user experience.
  • Easy to use: Astro's syntax is intuitive and beginner-friendly, making it a breeze to build our blog.
  • Flexible and extensible: Astro plays nicely with our favorite UI libraries like Vue, React, and Svelte. Plus, its growing ecosystem of integrations and plugins gives us the tools we need to customize our blog just the way we want.

Getting Started

Want to spin up the WeMake CX Blog on your local machine? Sweet! Just follow these steps:

  1. Clone the repository:

    git clone https://github.com/WeMake-CX/blog.git
  2. Navigate to the project directory:

    cd blog
  3. Install the dependencies:

    bun install
  4. Start the development server:

    bun dev

Now you can check out the blog in action by visiting http://localhost:1312/ in your browser.

License

This project is licensed under the MIT License - see the LICENSE file for details.