Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/wemake-cx/blog
- Owner: WeMake-CX
- License: mit
- Created: 2024-08-24T22:12:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T00:10:37.000Z (4 months ago)
- Last Synced: 2024-09-30T12:01:18.587Z (4 months ago)
- Topics: astro, blog
- Language: Vue
- Homepage: https://florentin.wemake.cx
- Size: 538 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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.