https://github.com/aj1732/getlinkedai
https://github.com/aj1732/getlinkedai
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aj1732/getlinkedai
- Owner: AJ1732
- Created: 2023-09-19T22:34:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T21:49:17.000Z (over 1 year ago)
- Last Synced: 2025-02-07T01:45:15.579Z (4 months ago)
- Language: JavaScript
- Size: 5.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Get Linked
A coding challenge to develop a pixel perfect version of a landing page from a figma link.# To Start App
npm run dev
## Demo
Live Link:
https://1732-getlinked.netlify.app/### Prerequisites
Before you begin, ensure you have met the following requirements:
- [Node.js](https://nodejs.org/) installed.
### Installation
To install and run this project, follow these steps:
```bash
# Clone the repository
git clone https://github.com/AJ1732/getLinkedAI.git# Navigate to the project directory
cd getlinked-page# Install dependencies
npm install# Start the development server
npm run devCurrently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
```