-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anthony Du Pont
committed
Apr 14, 2023
1 parent
56e587d
commit c18efae
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
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,6 +1,6 @@ | ||
## Dogstudio Next Starter | ||
|
||
The Next.js starter with all the features you'll need to build blazing-fast websites and applications. | ||
The repository has all the features needed to build blazing-fast experience. | ||
|
||
- Next 12 | ||
- Prettier | ||
|
@@ -57,9 +57,22 @@ npm run lint | |
npm run upgrade | ||
``` | ||
|
||
## Example | ||
|
||
An example is available on the `demo` branch to test all the features included in the repository: | ||
|
||
```bash | ||
git checkout demo | ||
``` | ||
|
||
```bash | ||
npm i | ||
npm run dev | ||
``` | ||
|
||
## Contributing | ||
|
||
Please submit issues, pull requests or [contact us]([email protected]). We are open to all kind of contributions. | ||
Please submit issues, pull requests or [contact us](devops+next-starter@dogstudio.be). We are open to all kind of contributions. | ||
|
||
## License | ||
|
||
|