-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #643 from hngprojects/revert-641-feat/external-dyn…
…amic-pages Revert "Feat/external dynamic pages"
- Loading branch information
Showing
369 changed files
with
619 additions
and
40,438 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{ | ||
"recommendations": ["dbaeumer.vscode-eslint"] | ||
} | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
"components": "~/components", | ||
"utils": "~/lib/utils" | ||
} | ||
} | ||
} |
Oops, something went wrong.