An open API service indexing awesome lists of open source software.

https://github.com/aj1732/getlinkedai


https://github.com/aj1732/getlinkedai

Last synced: 2 months ago
JSON representation

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 dev

Currently, 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
```