HiLink is a dynamic and user-friendly platform designed to streamline your online presence. Built with Next.js, it ensures fast, reliable, and scalable web performance.
- Seamless Navigation: Easy navigation to help users find what they need.
- Responsive Design: Smooth experience on both desktop and mobile devices.
- Fast Load Times: Utilizes Next.js's static and server-side rendering for quick page loads.
- Customizable Interface: Tailor the site’s look and feel with customizable templates and themes.
- Secure and Reliable: Built with best practices to ensure data security.
Follow these instructions to set up and run the project locally.
- Node.js (v12.x or later)
- npm (v6.x or later) or yarn (v1.22.x or later)
-
Clone the repository:
git clone https://github.com/akshit2941/HiLink-Camping-Website.git cd hilink -
Install the dependencies:
npm install # or yarn install
Run the following command to start the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
To build the application for production, run:
npm run build
npm run start
# or
yarn build
yarn startThis project can be easily deployed on platforms like Vercel, Netlify, or any other hosting service that supports Next.js.
For deploying on Netlify, follow these steps:
- Create a new site on Netlify.
- Link your GitHub repository.
- Set the build command to npm run build.
- Set the publish directory to .next.
Check out the live version of HiLink: https://hilinkcampsite.netlify.app/.