Skip to content

Commit e706652

Browse files
author
ibrahima
committed
[ADD] Dockerfile
1 parent 23deb40 commit e706652

File tree

1,577 files changed

+211583
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,577 files changed

+211583
-0
lines changed

.browserslistrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# https://github.com/browserslist/browserslist#readme
2+
3+
defaults
4+
Explorer >= 10

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
npm-debug.log

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# https://editorconfig.org/
2+
3+
root = true
4+
5+
[*]
6+
indent_style = space
7+
indent_size = 2
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false
14+
15+
[*.svg]
16+
insert_final_newline = false

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "standard"
3+
}

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Enforce Unix newlines
2+
* text=auto eol=lf

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!---
2+
Thanks for filing an issue 😄! Before you submit, please read the following:
3+
4+
Check the other issue templates if you are trying to submit a bug report, feature request, or question.
5+
Search open/closed issues before submitting since someone might have asked the same thing before!
6+
-->
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: If something isn't working as expected 🤔.
4+
5+
---
6+
<!--
7+
Thanks for wanting to report an issue you've found on the nodejs.org website.
8+
9+
Please fill in the template below. If unsure about something, just do as best
10+
as you're able. If you are reporting a visual glitch, it will be much easier
11+
for us to fix it when you attach a screenshot as well.
12+
-->
13+
14+
* **URL**:
15+
* **Browser version**:
16+
* **Operating system**:
17+
18+
<!-- Enter your issue details below this comment. -->
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: 🚀 Feature Request
3+
about: I have a suggestion (and may want to implement it 🙂)!
4+
5+
---
6+
<!--
7+
You have an idea how to improve the site? That's awesome!
8+
9+
Before submitting, please have a look at the existing issues if there's already
10+
something related to your suggestion.
11+
12+
We are also working on a relaunch at the moment, so it might be a good idea to
13+
check out our plans there as well: https://github.com/nodejs/website-redesign/issues/
14+
15+
Help is always welcome!
16+
-->

.github/ISSUE_TEMPLATE/03-i18n.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: 🔡 Internationalization and translations
3+
about: Hello. Hola. Salut. Ciao. Здравствуйте. こんにちは.
4+
5+
---
6+
<!--
7+
Please mention the relevant localization team in your issue, it helps us having the right people take a look, e.g. `@nodejs/node-cn` for Chinese translations.
8+
-->
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: 📗 Node.js API Docs
3+
about: Please open an issue in the main Node.js repo, prefixed with "doc".
4+
5+
---
6+
<!--
7+
For issues regarding the Node.js API docs, please head over to:
8+
https://github.com/nodejs/node/issues/ (prefix your issue name with "doc").
9+
-->

0 commit comments

Comments
 (0)