This repository contains a white-label landing page project built with Next.js. The landing page can be configured for a specific city or region, and it currently serves as the official website for Pumptrack Zug (https://www.pumptrackzug.ch), Pumptrack Steinhausen (https://www.pumptrack-steinhausen.ch), and Pumptrack Baar (https://www.pumptrackbaar.ch/).
We are a dedicated group of mountain bike enthusiasts who are passionate about promoting and enhancing the mountain biking experience in Zug. Our goal is to advocate for the interests of mountain bikers, improve bike infrastructure, and create exciting opportunities for riders of all ages and skill levels.
To get started with the project, follow these steps:
-
Clone the repository to your local machine.
-
Install the project dependencies by running the following command in the project directory:
npm install # or yarn install
-
Start the development server by running the following command:
npm run dev # or yarn dev
-
Open your browser and navigate to
http://localhost:3000
to see the landing page in action. Any changes you make to the code will be automatically reflected in the browser.
To deploy the landing page to a production environment, follow these steps:
-
Build the optimized production version of the project by running the following command:
npm run build # or yarn build
-
Once the build process is complete, you can deploy the contents of the
out
directory to your preferred hosting platform.
Contributions to this project are welcome! If you have any suggestions, improvements, or bug fixes, please feel free to submit a pull request. For major changes, please open an issue first to discuss the proposed changes.
This project is licensed under the MIT License.