1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update readme (add node version requirements) and update .editorconfig

This commit is contained in:
Quentin Hocdé
2021-03-04 12:24:35 -05:00
parent 5bd1ca268f
commit f7a2f8b219
2 changed files with 13 additions and 1 deletions

View File

@@ -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

View File

@@ -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