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.
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.
Want to spin up the WeMake CX Blog on your local machine? Sweet! Just follow these steps:
-
Clone the repository:
git clone https://github.com/WeMake-CX/blog.git
-
Navigate to the project directory:
cd blog
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
Now you can check out the blog in action by visiting http://localhost:1312/
in your browser.
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.
This project is licensed under the MIT License - see the LICENSE file for details.