diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 8b8f7dba2..5514fe24f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -8,6 +8,9 @@ on: pull_request: branches: - main +permissions: + packages: write + contents: write jobs: build-app: @@ -84,7 +87,7 @@ jobs: - build-documentation environment: name: pages - url: https://${{ github.repository_owner }}.github.io/anyonecancode + url: https://${{ github.repository_owner }}.github.io/everyonecancode if: github.ref == 'refs/heads/main' diff --git a/.vuepress/config.yml b/.vuepress/config.yml index 4c1179304..40552de47 100644 --- a/.vuepress/config.yml +++ b/.vuepress/config.yml @@ -1,8 +1,8 @@ title: Anyone Can Code patterns: ["**/*.md", "!**/node_modules", "!templates/**", "!frontend/**"] -base: /anyonecancode/instructions/ +base: /everyonecancode/instructions/ themeConfig: - repo: "microsoft/anyonecancode" + repo: "microsoft/everyonecancode" editLinks: true sidebar: [ diff --git a/README.md b/README.md index cafc70ea8..e33140e04 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@
-## [Click here to take a look at the sample app](https://microsoft.github.io/anyonecancode/) +## [Click here to take a look at the sample app](https://microsoft.github.io/everyonecancode/) ## Agenda for the Anyone can Code workshop diff --git a/frontend/README.md b/frontend/README.md index 0ea401a93..1f866987c 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,24 +1,29 @@ # female-app-innovation-frontend ## Project setup -``` + +```bash npm install ``` ### Compiles and hot-reloads for development -``` -npm run serve + +```bash +npm run dev ``` ### Compiles and minifies for production -``` + +```bash npm run build ``` ### Lints and fixes files -``` + +```bash npm run lint ``` ### Customize configuration + See [Configuration Reference](https://cli.vuejs.org/config/). diff --git a/frontend/src/components/ImageList.vue b/frontend/src/components/ImageList.vue index c4530c1e1..2dbb1187f 100644 --- a/frontend/src/components/ImageList.vue +++ b/frontend/src/components/ImageList.vue @@ -1,6 +1,6 @@