Skip to content

Commit

Permalink
Add prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Piterson25 committed Nov 16, 2023
1 parent 255662a commit fdfd2fd
Show file tree
Hide file tree
Showing 76 changed files with 40,946 additions and 34,042 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Create .env file
run: touch db/credentials.env
- name: Checkout code
uses: actions/checkout@v2

- name: Add login passes to env file
run: echo "NEO4J_AUTH=neo4j/admin" >> db/credentials.env
- name: Create .env file
run: touch db/credentials.env

- name: Compose the Docker-compose file
run: docker-compose up
- name: Add login passes to env file
run: echo "NEO4J_AUTH=neo4j/admin" >> db/credentials.env

- name: Compose the Docker-compose file
run: docker-compose up
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
coverage/
12 changes: 12 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"useTabs": true,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"arrowParens": "always",
"endOfLine": "lf",
"semi": true,
"bracketSpacing": true,
"quoteProps": "preserve"
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Mercury-Project

Projekt zespołowy - Zespół 6

# Opis

Projektem jest aplikacja webowa, która zapewnia wszechstronną komunikację tekstową oraz na żywo, wykorzystując zarówno wideo, jak i dźwięk. Będzie ona umożliwiać zarówno rozmowy jeden na jednego, jak i dołączanie do większych pokoi lub zespołów. Program będzie dostosowany do przeglądarek internetowych na komputerach i telefonach, umożliwiając użytkownikom współpracę na różnych urządzeniach, zapewniając jednocześnie bezpieczeństwo i prywatność dzięki szyfrowaniu komunikacji.
Loading

0 comments on commit fdfd2fd

Please sign in to comment.