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

https://github.com/macula-projects/macula-website

Macula Official Website
https://github.com/macula-projects/macula-website

Last synced: 5 months ago
JSON representation

Macula Official Website

Awesome Lists containing this project

README

          

# Macula 官方文档

基于[Hugo](https://gohugo.io)和[Docsy](https://docsy.dev)的Macula官方文档

## 安装Hugo

请[参考官网](https://gohugo.io/installation/)

## 运行

```bash
git clone --depth 1 https://github.com/macula-projects/macula-website.git

## If you want to do SCSS edits and want to publish these, you need to install `PostCSS`

npm install

## Running the website locally

hugo server

```