Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.28 KB

nextjs-boilertemplate

Description of the project goes here.


Setup & usage

1. Install all dependencies

yarn install

2. Run the development server

yarn dev

3. Open http://localhost:3000 with your browser to see the result.


Contribution Guide

Git Contribution

Perform all your changes on a fork of the base repository.

Open a pull request once you have completed your changes.

Don't forget to sync your fork and pull frequently in case any new changes that have been made to the base repository may conflict with your changes.


File Formatting

The same prettier config will be used for code formatting. It should be automatically applied when you use the VS Code prettier extension. If you are using something other than VS Code, try to see if a prettier extension is available for that.


Learn More

To learn more about Next.js, take a look at the following resources:

official policy: it is fOrBiddEn to bring down production with your PRs !!