Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wemake-cx/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!
https://github.com/wemake-cx/blog

astro blog

Last synced: 3 months ago
JSON representation

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!

Awesome Lists containing this project

README

        

# 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:**

```bash
git clone https://github.com/WeMake-CX/blog.git
```

2. **Navigate to the project directory:**

```bash
cd blog
```

3. **Install the dependencies:**

```bash
npm install
```

4. **Start the development server:**

```bash
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](CONTRIBUTING.md) for more info.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.