blog

This is the code behind the WeMake CX Blog! We built it with Astro because we 💙 speed, ease of use, and flexibility. Check out how we structure our content and use components to create a lightning-fast and engaging blog. Feel free to explore and get inspired!

MIT License

Stars
3

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:

    npm install
    
  4. Start the development server:

    npm run dev
    

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

Contributing

We're stoked about building an awesome community around the WeMake CX Blog. If you're interested in contributing, check out our contribution guidelines for more info.

License

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