-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from 42Seoul-LastDance/develop
Release v1.0
- Loading branch information
Showing
172 changed files
with
28,656 additions
and
7,784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "env"] | ||
path = env | ||
url = https://github.com/42Seoul-LastDance/env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
"singleQuote": true, | ||
"trailingComma": "all", | ||
"useTabs": false, | ||
"tabWidth": 4 | ||
"tabWidth": 4, | ||
"printWidth": 160 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
npm install --prefix srcs --save @nestjs/cli | ||
# npm install --prefix srcs --save @nestjs/cli | ||
# npm install --prefix srcs --save bcrypt | ||
# npm install --prefix srcs --save @bcrypt | ||
npm install --prefix srcs | ||
|
||
npm run --prefix srcs start:dev --cache-clear | ||
# npm run --prefix srcs start:dev --cache-clear | ||
npm run --prefix srcs build | ||
npm run --prefix srcs start | ||
# npm run --prefix srcs start --cache-clear |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,3 @@ RUN chmod 777 init.sh | |
ENTRYPOINT ["/usr/bin/dumb-init", "--"] | ||
|
||
CMD ["./init.sh"] | ||
#CMD ["tail", "-f"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
echo "----- Start installing npm dependencies -----" | ||
|
||
npm install --prefix srcs next | ||
npm install --prefix srcs --save @headlessui/react | ||
# npm install --prefix srcs --save redux react-redux @reduxjs/toolkit react-devtools | ||
# npm install --prefix srcs --save react-router-dom react-cookie jsonwebtoken | ||
# npm install --prefix srcs --save react-unity-webgl nextjs-unity-webgl | ||
# npm install --prefix srcs --save axios axios-auth-refresh | ||
# npm install --prefix srcs --save @typescript-eslint | ||
# npm install --prefix srcs --save turbo | ||
|
||
npm update --prefix srcs next @headlessui/react redux react-redux @reduxjs/toolkit react-devtools react-router-dom react-cookie jsonwebtoken react-unity-webgl nextjs-unity-webgl axios axios-auth-refresh @typescript-eslint turbo | ||
echo "----- Successfully installed -----" | ||
|
||
npm --prefix srcs run dev --cache-clear | ||
npm install --prefix srcs | ||
npm cache clean --force | ||
|
||
npm install --prefix srcs --save redux react-redux @reduxjs/toolkit react-devtools react-router-dom react-cookie jsonwebtoken | ||
npm install --prefix srcs --save react-unity-webgl nextjs-unity-webgl | ||
npm install --prefix srcs --save axios axios-auth-refresh | ||
npm install --prefix srcs --save ws socket.io utf-8-validate bufferutil | ||
npm install --prefix srcs --save @typescript-eslint | ||
npm install --prefix srcs --save babel-loader @babel/preset-react @babel/preset-env ts-loader | ||
npm install --prefix srcs --save @mui/material @mui/styles @emotion/react @emotion/styled @fontsource/roboto @mui/icons-material | ||
|
||
echo "----- 😎 Successfully installed -----" | ||
|
||
npm --prefix srcs run build | ||
npm --prefix srcs run start | ||
# npm --prefix srcs run dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.