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

https://github.com/0xcatalysis/catalysis-blog

Blogs & Articles for Catalysis Network
https://github.com/0xcatalysis/catalysis-blog

Last synced: 16 days ago
JSON representation

Blogs & Articles for Catalysis Network

Awesome Lists containing this project

README

        

# Catalysis Network Blog Site

## Steps to run:
1. Install dependencies:
```bash
yarn
```
2. Build the project:
```bash
yarn build
```
3. Start the development server for production preview:
```bash
yarn dev
```