Revamped the landing page for Ellipsis AI (YC W24) to enhance user experience and engagement. This update incorporates modern design principles and streamlined content presentation, aiming to effectively communicate the company's AI solutions.
- Modern Design: Enhanced aesthetics with contemporary design elements.
- Responsive Layout: Optimized for various devices and screen sizes.
- Performance Optimization: Improved load times and overall page performance.
- Clear Communication: Refined content to better highlight Ellipsis AI's solutions.
Follow these steps to set up and run the project locally:
- Clone the repository
- run :
git clone https://github.com/kabir276/GreptileCodeMirrorer.git
- Set up environment variables
- Copy the example environment file:
cp .env.example .env
- Open the
.env
file and enter your API keys for the required services (Greptile, Pinecone, MongoDB etc.)
- Install dependencies
- run this in root directory:
npm install
- Run the development server
npm run dev
- Access the application
Open your browser and navigate to
http://localhost:3000
Note: Ensure you have npm installed on your system before starting these steps.