Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama committed Jan 9, 2024
1 parent 32cc4cb commit 65879bf
Show file tree
Hide file tree
Showing 7 changed files with 371 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./src
publish_dir: ./src
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ bower_components
build/Release

# Dependency directories
src/verbose/*
node_modules/
jspm_packages/
!src/verbose/.gitkeep

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
Expand Down
31 changes: 31 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Web Services Project 1.",
"main": "index.js",
"scripts": {
"start": "http-server ./src/"
"start": "http-server . -o ./src/index.html"
},
"keywords": [
"master",
Expand All @@ -14,5 +14,8 @@
"license": "MIT",
"devDependencies": {
"http-server": "^14.1.1"
},
"dependencies": {
"bootstrap": "^5.3.2"
}
}
Loading

0 comments on commit 65879bf

Please sign in to comment.