Skip to content

Commit ee26ea4

Browse files
author
Amy Carney
committed
merge epic updates
1 parent 77370da commit ee26ea4

48 files changed

Lines changed: 1583 additions & 23851 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 103 deletions
This file was deleted.

PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ Pull down a local copy of the Github repository
1313
```
1414
$ git clone git@github.com:akdevalliance/website.git
1515
$ cd website
16-
$ yarn
1716
$ yarn add global gatsby-dev-cli
18-
$ yarn add global netlify-cli
19-
$ yarn build
20-
$ netlify dev
17+
$ yarn
18+
$ yarn start
2119
```
2220

23-
This uses the new [Netlify Dev](https://www.netlify.com/products/dev/?utm_source=blog&utm_medium=netlifycms&utm_campaign=devex) CLI feature to serve any functions you have in the `lambda` folder.
24-
2521
## Contributing
2622

2723
1. Fork this repository to your own github account

0 commit comments

Comments
 (0)