Official blog site for Catalysis Network, built with Next.js and Tailwind CSS. This blog highlights Catalysis Network's partnerships, technological advancements, and insights about Actively validating services/networks and shared security abstraction.
- Modern, responsive design
- MDX support for blog posts
- SEO optimized
- Tag-based categorization for blog posts
- Dark/light mode support
-
Clone the repository:
git clone <repository-url> cd catalysis-blog
-
Install dependencies:
yarn
-
Start the development server:
yarn dev
-
Build for production:
yarn build
-
Run production build locally:
yarn start