Skip to content

firstmeet1108/stimulus

Repository files navigation

Stimulus 中文网

项目介绍

Stimulus 中文网是一个基于Eleventy的静态网站。

主要业务

翻译了Stimulus的官方文档,为国内开发者提供服务。

站点地址

https://stimulus.firstmeet.store/

前端部署方法:

    1. 克隆仓库
git clone https://github.com/travelless/stimulus.git
    1. 安装依赖
npm install
    1. 启动项目
npm run start

后端部署方法:

    1. 克隆仓库并进入后端目录
git clone https://github.com/travelless/stimulus.git
cd ./server/
    1. 安装依赖
npm install
    1. 订阅目标仓库
git remote add targetdoc https://github.com/hotwired/stimulus.git
git fetch --all
    1. 配置 config.js 文件

具体配置项请参考 config.js.example 文件

    1. 启动项目
npm run dev

About

stimulus中文网 eleventy架构

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published