Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
impactometre
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
tx-techno-num
impactometre
Commits
bc77ad58
Commit
bc77ad58
authored
Dec 20, 2019
by
Clement Brizard
Committed by
Clement Brizard
Dec 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: update README for node and eslint
parent
de57cb1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
README.md
README.md
+17
-1
No files found.
README.md
View file @
bc77ad58
# impactometre
# impactometre
\ No newline at end of file
## Pour développer
### Installer Node.js et npm
Avec Linux :
```
bash
$
curl
-sL
https://deb.nodesource.com/setup_12.x |
sudo
-E
bash -
$
sudo
apt-get
install
-y
nodejs
```
Avec Windows :
[
télécharger le .msi
](
https://nodejs.org/dist/v12.14.0/node-v12.14.0-x86.msi
)
### Vérifier la syntaxe
Ce projet respecte les
[
règles syntaxiques standard
](
https://standardjs.com/rules.html
)
de Javascript. Pour vérifier le code :
```
bash
$
npx eslint .
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment