Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added install.md explaining how to run the project locally and fixed… #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# How to run the project ?

1. CLone the repository using :
git clone https://github.com/andreasbm/web-skills
2. Open your terminal into the cloned directory
3. Install the dependencies using:
npm install
4. If you see severe vulnerabilities, fix them with:
npm audit fix --force
5. run the project by typing the command :
npm run dev
6. Enjoy
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
}
],
"dependencies": {
"firebase": "^7.13.2",
"firebase": "^10.11.0",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1",
"web-dialog": "0.0.11"
},
"devDependencies": {
"servor": "^3.2.0",
"snowpack": "^1.6.0"
"snowpack": "^3.7.1"
}
}
256 changes: 256 additions & 0 deletions web_modules/common/index.esm-52707bc8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web_modules/common/index.esm-52707bc8.js.map

Large diffs are not rendered by default.

81 changes: 81 additions & 0 deletions web_modules/common/lit-html-ea64826c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web_modules/common/lit-html-ea64826c.js.map

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions web_modules/common/render-b73d4af3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web_modules/common/render-b73d4af3.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading