Skip to content

Commit

Permalink
Merge pull request #643 from hngprojects/revert-641-feat/external-dyn…
Browse files Browse the repository at this point in the history
…amic-pages

Revert "Feat/external dynamic pages"
  • Loading branch information
Prudent Bird authored Jul 24, 2024
2 parents 05baadc + b833d6a commit ead7587
Show file tree
Hide file tree
Showing 369 changed files with 619 additions and 40,438 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/coverage-PR.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/dev-cicd.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/prod-cicd.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/staging-cicd.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
version: 9
- run: pnpm install
- name: "Test"
run: pnpm run test:ci -- --max-warnings 0
run: pnpm run test:ci
6 changes: 4 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"recommendations": ["dbaeumer.vscode-eslint"]
}
"recommendations": [
"dbaeumer.vscode-eslint"
]
}
16 changes: 8 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"[javascript][javascriptreact][typescript][typescriptreact]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
}
}
"[javascript][javascriptreact][typescript][typescriptreact]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
}
65 changes: 0 additions & 65 deletions STYLE_GUIDE.MD

This file was deleted.

7 changes: 4 additions & 3 deletions STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ In order to run this app locally, you should have the following programs install
##### Clone this repository

```
git clone <[email protected]:hngprojects/<repo-name>.git
cd <repo-name>
git clone [email protected]/hngprojects/hng_boilerplate_nextjs.git
cd hng_boilerplate_nextjs
```

##### Install dependencies
Expand Down Expand Up @@ -59,7 +59,8 @@ htpp://localhost:3000/guides
- Modal components should be stored in `~/components/modals`
- Layout components should be stored in `~/components/layouts`
- All tests should be stored in `~/test`
- All emails are to be built with react email components and tailwind and stored in `~/emails/templates`

## Contributing

Please read the [CONTRIBUTING](CONTRIBUTING.md) file before making any contributions.
Please read the [CONTRIBUTING](./CONTRIBUTING.md) file before making any contributions.
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"components": "~/components",
"utils": "~/lib/utils"
}
}
}
Loading

0 comments on commit ead7587

Please sign in to comment.