Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Switch to yarn #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# stumptown-experiment

## Development
Run:
```sh
make lint
```
to validate and spell-check all of the markdown files under the `content`
folder, and:
```sh
make validate
```
to validate all of the documents under the `content` folder.
## Usage

To render out `.json` files for all elements run `yarn run build-json` but
you (currently) need to supply an additional search argument. For example:

yarn run build-json html/elements
Loading