瀏覽代碼

improve readme

tags/1.2
Bud Parr 7 年之前
父節點
當前提交
bfff5cc3a9
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 15 行新增1 行删除
  1. 15
    1
      src/readme.md

+ 15
- 1
src/readme.md 查看文件

@@ -22,4 +22,18 @@ This theme uses the [Tachyons CSS Library](http://tachyons.io/). It's about 15kb

## How to Use

You'll find the commands to run in `src/package.json`. For development, cd into `src` and run `npm start` which will run webpack, processing both the postcss and scripts. For production, run `npm run build:production,` which will output minified versions of your files.
You'll find the commands to run in `src/package.json`.

For development, you'll need Node and Yarn installed:

```
$ cd themes/gohugo-theme-ananke/src/

$ yarn install

$ npm start

```
This will process both the postcss and scripts.

For production, instead of `npm start`, run `npm run build:production,` which will output minified versions of your files.

Loading…
取消
儲存