Skip to content
/ next-lp-template Public template

A simple, scalable and powerful template for building production ready NextJS landing pages.

License

Notifications You must be signed in to change notification settings

h3rmel/next-lp-template

Repository files navigation

Next LP Template

Next LP Template


A simple, scalable and ready to go template for building landing pages in Next.js.

Getting Started

  1. Clone this repository to your local machine
git clone https://github.com/h3rmel/next-lp-template/
  1. Move to the cloned directory
cd portfolio
  1. Install dependencies:
pnpm install
  1. Start the local Server:
pnpm run dev
  1. Start creating your new landing page.

Contributing

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:

  1. Clone this repo
  2. Create a branch: git checkout -b your-feature
  3. Execute the yarn prepare script.
  4. Make some changes
  5. Test your changes
  6. Push your branch and open a Pull Request

License

Licensed under the MIT license.