Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bud Parr committed May 1, 2017
1 parent ca1ba01 commit bfff5cc
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit bfff5cc

Please sign in to comment.