Modern, responsive landing page for Enlite - a prebiotic soda brand. Built with Next.js, Tailwind CSS, and Framer Motion.
First, clone the repository and install dependencies:
bash
cd enlite-home
npm install
Then, run the development server:
# install & run
yarn
yarn dev
# or
npm install
npm run dev
Open http://localhost:3000 to see the result.
The easiest way to deploy your Next.js app is to use Vercel, the platform from the creators of Next.js.
Create a Vercel Account
Install Vercel CLI (Optional)
npm install -g vercel
Deploy Options:
Option 1: Direct from GitHub
Option 2: Using Vercel CLI
# Login to Vercel
vercel login
# Deploy
vercel
Environment Variables
.env.local
Custom Domain (Optional)
Once deployed, Vercel will automatically create new deployments whenever you push to your GitHub repository:
main
→ Production deploymentThis project is licensed under the MIT License - see the LICENSE file for details.