Welcome to DevConnect, a platform for coders to come together, share ideas, join teams and collaborate on innovative projects. Whether you're a seasoned developer or just getting started in the coding world, our website is the perfect place to find like-minded individuals who are passionate about bringing creative ideas to life.
This guide will help you set up and run your React application using pnpm
.
Make sure you have the following installed on your machine:
- Node.js (version 14 or higher)
- pnpm (install it globally if you haven't already)
- Biome(install the latest code formatter)
- SupaBase(install the latest No-Sql Supabase version)
Note
Follow these steps to get your React application up and running:
First, clone the repository to your local machine. Replace your-repository-url
with the actual URL of your repository.
git https://github.com/na-ch7/DevConnect/
cd client
Install the Required Dependencies
pnpm install
Start the Server
pnpm start
Install the Required Dependencies
pnpm install
Run the Backend Server
pnpm dev