Skip to content

Commit

Permalink
Update readme (add node version requirements) and update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinhocde committed Mar 4, 2021
1 parent 5bd1ca2 commit f7a2f8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
[*.{md,markdown}]
trim_trailing_whitespace = false

[{*.yml,*.json}]
indent_size = 4
indent_style = space

[*.{ms,mustache}]
insert_final_newline = false
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
<h1 align="center">Locomotive Boilerplate</h1>
<p align="center">Front-end boilerplate for projects by Locomotive.</p>

## Requirements

| Name | Version |
| ---------- | ------- |
| [Node] | > 14.15 |
[Node]: https://nodejs.org/en/

You can use [nvm](https://github.com/nvm-sh/nvm) to install the node version in `.nvmrc`.

## Installation
```sh
npm i
Expand Down

0 comments on commit f7a2f8b

Please sign in to comment.