Update readme (add node version requirements) and update .editorconfig
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user