Skip to content

Commit

Permalink
update docs flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Feb 25, 2023
1 parent 0beb40a commit 4600b6b
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 487 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# IDE
.idea
# Dependencies
/node_modules

Expand Down
5 changes: 5 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
registry=https://registry.npmjs.org/
strict-ssl=false

# deactivate update notifier, because when executing commands with npm it requested the registry beforehand(in prod not contactable)
update-notifier=false
Loading

0 comments on commit 4600b6b

Please sign in to comment.