This is an open source Hosting Website build with Next.js.
- Framwork: Next.js
- Styling: Tailwind CSS
- UI Components: shadcn-ui
- State Management: Zustand
git clone https://github.com/M-ZENHOM/HostingWebsite
npm install
Create a .env
file in the root directory and add the environment variables as shown in the .env.example
file.
npm run dev
The easiest way to deploy your Next.js app is to use the VercelPlatform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.