A simple, scalable and ready to go template for building landing pages in Next.js.
- Clone this repository to your local machine
git clone https://github.com/h3rmel/next-lp-template/
- Move to the cloned directory
cd portfolio
- Install dependencies:
pnpm install
- Start the local Server:
pnpm run dev
- Start creating your new landing page.
If you want to contribute to next-lp-template you´re most than welcome! If you have any ideas, suggestions or fixes, feel free to contribute. You can do that by going through the following steps:
- Clone this repo
- Create a branch: git checkout -b your-feature
- Execute the yarn prepare script.
- Make some changes
- Test your changes
- Push your branch and open a Pull Request
Licensed under the MIT license.