LinkedOut is a modern web application built for networking and professional development.
Local Development
Follow these steps to run the project locally:
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
# Step 1: Clone the repository
git clone <YOUR_GIT_URL>
# Step 2: Navigate to the project directory
cd LinkedOut
# Step 3: Install the necessary dependencies
npm i
# Step 4: Start the development server
npm run devThis project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS